Resources And Catalog
Read MCP resources and discover live catalog ids before calling tools.
Agents can read MCP resources before calling tools.
| Resource | What it contains |
|---|---|
videotok://workspace | The authenticated organization id, organization UUID, connection id, user id, client id, and granted scopes. |
videotok://generation-catalog | The same live catalog exposed by list_generation_catalog: template ids, model ids, variants, presets, defaults, and credit estimates. |
skill://index.json | Workflow skills available through the MCP server, including reference inspiration, news/social posts, slideshows, and Remotion editing guidance. |
Catalog IDs
The MCP server does not hard-code a static SKU sheet in the prompt. Agents should call list_generation_catalog so they always use the current catalog ids.
| Catalog section | Generation type | ID field |
|---|---|---|
static_ads | static_ad | template_slug |
video_ads | video_ad | template_slug |
ugc_ads | ugc_ad | template_slug |
ai_models | ai_model | model_slug and variant_id |
list_generation_catalog returns the usable ids:
slug: pass astemplate_slugfor template workflows ormodel_slugfor AI model workflows.presets[].id: pass aspreset_idfor built-in template references.quality_tiers[].id: pass asquality_tierfor video and UGC templates.variants[].id: pass asvariant_idfor AI model workflows.credits: use to estimate the cost before queueing.
Agents should keep raw preset_id and custom_reference_inspiration_id values internal unless the user asks for API or debugging details.
Current Examples
| Section | Examples |
|---|---|
static_ads | product-shoot, slideshow, phone-mockup, fake-out-of-home, out-of-home, ads-for-amazon, real-estate, infographic, review-card, timeline-benefit-ads, grid-ads, fashion, beauty, food-and-coffee, startup, jewelry, sale-ad |
video_ads | viral-video-ads, faceless-video, motion-graphics, sale, mixel-media, animate-mascotte, automotive, beauty-video-ad, fashion-video-ad, food-and-coffee-video-ad, jewelry-video-ad, fake-out-of-home-video |
ugc_ads | ugc-product-video, ugc-service-video, street-interview, podcast-interview, unboxing |
ai_models | seedance-2, happy-horse, gpt-image-2, nano-banana-2, nano-banana-pro, kling-v3, veo-3-1, kling-2-6, fabric-1-0, grok-imagine, grok-imagine-image, grok-imagine-video, kling-motion, seedream-5-0 |