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

Brandshot

studio_brandshot

One brand reference, nine campaign panels.

Overview

Backed by the WM Studio Moodgrid tool. Takes a single brand asset (logo, packshot, key visual) and produces nine on-brand campaign panels guided by a story and mood.

Auth
oauth-jwt
Returns
{ job_id, status, panels?: [{ url, index }] }
Web client
src/app/[locale]/dashboard/creative-studio/tools/moodgrid/moodgrid-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_brandshot",
  "arguments": {
    "reference_image_url": "<reference_image_url>",
    "story": "<story>"
  }
}

Parameters

NameTypeDefaultDescription
reference_image_urlrequiredstring—Brand reference asset.
storyrequiredstring—Campaign narrative.
moodstring""Mood hint.
palettestring""Optional palette guidance.

Examples

9-panel campaign
json
{
  "name": "studio_brandshot",
  "arguments": {
    "reference_image_url": "https://cdn.wm.studio/uploads/packshot.png",
    "story": "Premium espresso, slow rituals, clean modernist still lifes",
    "mood": "calm, editorial",
    "palette": "warm neutrals, deep espresso, off-white"
  }
}

Related tools

studio_storyboard
Upload an image, describe a story, and get 9 coherent shots.
studio_camera_angles
Upload an image and generate 9 classic camera angles in one batch.
← All toolsView handler
On this page
  • Overview
  • Quick start
  • Parameters
  • Examples
  • Related tools
WM Studio MCP — v2.0.0
Docs home