runway
Generate, edit, and manage images, video, and audio with the connected Runway MCP tools.

/runway

Natural-language entrypoint for Runway. Interpret the request, keep the user's constraints (ratio, duration, model, references), and treat the live Runway MCP tool descriptions as the source of truth for parameters and defaults.

Usage

/runway <natural language request>

Examples

/runway Make a cinematic hero image of a glass water bottle on wet slate, 16:9
/runway Animate this product shot — slow push-in, 5s, 9:16
/runway Remove the person in the left background of this clip, keep everything else
/runway Expand this vertical video to 16:9
/runway Turn https://example.com/product into a 15s marketing video
/runway Localize this ad into Spanish
/runway Write a 30s upbeat synth track for a launch video
/runway Show my recent generations
/runway How many credits do I have left?

Routing

Media inputs

Async results

Generation tools return immediately with a task ID. Tell the user generation is in progress; when an inline viewer is available it polls on its own. Otherwise check with get_task at a sensible interval — do not busy-loop.

Do not turn a simple generation into a multi-step workflow. Do not invent tool names, model IDs, parameters, or defaults; the MCP tool descriptions and runway:// resources carry the current values. Generations consume Runway credits — confirm before large batches or expensive models.