WM StudioDocs
ToolsWorkflowsChangelogGitHub
  • Introduction
  • Getting started
  • Configuration
  • Tool index
  • Camera Anglesstudio_camera_angles
  • Expand Imagestudio_expand_image
  • Upscale Imagestudio_upscale_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 WM Studio 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
src/app/[locale]/dashboard/creative-studio/tools/gridshot/gridshot-nine-panel-client.tsx
MCP handler
mcp-director/src/tools/studio.py

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
Upload an image and generate 9 classic camera angles in one batch.
studio_brandshot
One brand reference, nine campaign panels.
studio_generate_video
Text-to-video and image-to-video generation across the WM Studio video model catalogue.
← All toolsView handler
On this page
  • Overview
  • Quick start
  • Parameters
  • Examples
  • Related tools
WM Studio MCP — v2.0.0
Docs home