{
  "schema": "etchmotion.agent-reference/1",
  "product": "EtchMotion Studio",
  "version": "1.0",
  "connection": {
    "transport": "local stdio MCP bridge to authenticated loopback HTTP",
    "mcpConfig": "/mcp",
    "requiresDesktopApp": true,
    "originConstraint": "http://127.0.0.1:<dynamic-port>",
    "authentication": "rotating x-etchmotion-token discovered locally",
    "forbidden": ["print token", "persist token", "publish", "upload", "delete"]
  },
  "tools": [
    { "name": "etchmotion_status", "effect": "read" },
    { "name": "etchmotion_catalog", "effect": "read" },
    { "name": "etchmotion_projects", "effect": "read" },
    { "name": "etchmotion_compositions", "effect": "read" },
    { "name": "etchmotion_channel_styles", "effect": "read" },
    { "name": "etchmotion_save_channel_style", "effect": "local-write-versioned" },
    { "name": "etchmotion_plan_channel", "effect": "local-write", "output": "plan and CSV" },
    { "name": "etchmotion_jobs", "effect": "read" },
    { "name": "etchmotion_search", "effect": "preview" },
    { "name": "etchmotion_batch_preview", "effect": "preview" },
    { "name": "etchmotion_create", "effect": "local-write" },
    { "name": "etchmotion_batch_create", "effect": "local-write", "maximumItems": 24 },
    { "name": "etchmotion_compose", "effect": "local-write", "minimumScenes": 2, "maximumScenes": 12 },
    { "name": "etchmotion_cancel_job", "effect": "local-write-no-delete" },
    { "name": "etchmotion_retry_job", "effect": "local-write" }
  ],
  "engines": {
    "engraving": ["photoreal", "atelier", "classic"],
    "color-regions": ["atelier-premium-v2", "storybook", "poster", "stained-glass"],
    "restoration": ["museum-conservation", "family-album", "colour-memory"],
    "mosaic": ["artisan-ceramic", "ceramic", "paper-cut", "pixel-luxe"],
    "painted-canvas": ["product-gouache", "oil-linen", "gouache-board", "watercolour-coldpress"],
    "story-plate": ["editorial-ink", "field-guide", "darkboard"]
  },
  "sharedSettings": {
    "presentation": ["auto", "framed", "editorial", "sketchbook", "blueprint", "product-stage"],
    "outputFormat": ["vertical", "portrait", "square", "landscape"],
    "subjectMode": ["auto", "portrait", "full-scene", "isolated-object"],
    "detail": ["standard", "dense", "ultra"],
    "toolStyle": ["physical", "classic"],
    "coloringPageMotion": ["draw-first", "ready-page"],
    "drawSeconds": { "minimum": 18, "maximum": 90 },
    "cropZoom": { "minimum": 1, "maximum": 3 },
    "cropX": { "minimum": -1, "maximum": 1 },
    "cropY": { "minimum": -1, "maximum": 1 },
    "audioVolume": { "minimum": 0, "maximum": 1 },
    "openingQuestionField": "hook"
  },
  "workflow": [
    "read status, live catalog and saved Channel Styles",
    "search or batch-preview external subjects",
    "show identity, creator, licence, source page and warnings",
    "render one or two proofs for a new recipe",
    "state engine, preset, presentation, music and duration before creation",
    "poll jobs and report exact project ids or concrete failures"
  ],
  "rights": [
    "search candidates are not legal clearance",
    "verify licence, attribution, identity, likeness, privacy, publicity and trademarks",
    "restoration is a disclosed creative simulation",
    "publishing remains a deliberate human action outside EtchMotion"
  ]
}
