imagestableimagereferencenine-panelbatch
Brandshot
studio_brandshotOne 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
| Name | Type | Default | Description |
|---|---|---|---|
| reference_image_urlrequired | string | — | Brand reference asset. |
| storyrequired | string | — | Campaign narrative. |
| mood | string | "" | Mood hint. |
| palette | string | "" | 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"
}
}