WidemileDocs
ToolsWorkflowsChangelogGitHub
  • Introduction
  • Getting started
  • CLI (wm)
  • Configuration
  • Tool index
  • Camera Anglesstudio_camera_angles
  • Expand Imagestudio_expand_image
  • Storyboardstudio_storyboard
  • Brandshotstudio_brandshot
imagestableimagereferencenine-panelbatch

Storyboard

studio_storyboard

Upload an image, describe a story, and get 9 coherent shots.

Overview

Backed by the Widemile Gridshot tool. Generates a 3×3 storyboard grid of shots that preserve the subject and progress the described story across panels.

Auth
oauth-jwt
Returns
{ job_id, status, panels?: [{ url, index, caption }] }
Web client
MCP handler
https://github.com/PrincipeRosso/wmstudio-director-mcp/blob/main/src/mcp/tools/director-tools.ts

Quick start

Invoke the tool over Streamable HTTP at {MCP_BASE_URL}/mcp/. The request below assumes you already minted an MCP JWT via the OAuth flow.

{
  "name": "studio_storyboard",
  "arguments": {
    "reference_image_url": "<reference_image_url>",
    "story": "<story>"
  }
}

Parameters

NameTypeDefaultDescription
reference_image_urlrequiredstring—Source image for the opening shot.
storyrequiredstring—Narrative the storyboard should follow.
stylestring""Visual style hint.
moodstring""Mood hint.

Examples

9-shot storyboard
json
{
  "name": "studio_storyboard",
  "arguments": {
    "reference_image_url": "https://cdn.wm.studio/uploads/hero.jpg",
    "story": "Athlete laces up before dawn, runs the empty city, finishes at sunrise on the bridge.",
    "style": "cinematic 35mm",
    "mood": "determined"
  }
}

Related tools

studio_camera_angles
Generate a shot from a reference image with an explicit cinematic camera descriptor.
studio_brandshot
Brand-consistent product/marketing shot from a single product reference.
studio_generate_video
Text-to-video and image-to-video generation across the Widemile video model catalogue.
← All toolsView handler
On this page
  • Overview
  • Quick start
  • Parameters
  • Examples
  • Related tools
Widemile MCP — v2.0.0
Docs home