Skip to main content
Glama

Generate a video from a still

generate_video

Animate a still creation into a short clip. Provide the creation ID and motion prompt to generate a 5-7.5 second video; returns a queue ID when processing takes time.

Instructions

Animate an existing still creation into a short clip. This SPENDS the account's credit — video costs several times an image. Takes ~1-3 minutes, so it usually returns a queueId to collect with check_generation rather than the finished clip. Durations: 5, 6.5 or 7.5 seconds (7.5 is tier-gated).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
waitNoBlock up to the wait budget (default true). Set false to get the queueId immediately.
styleNoMotion style id, or "auto" (default).
promptYesHow the scene should move (camera, motion, mood).
qualityNoQuality preset id, or "auto" (default) to pick by tier.
durationNoClip length in seconds: 5, 6.5 or 7.5 (tier-gated). Default 6.5.
allowNSFWNoPermit adult content, if the account allows it.
inputCreationIdYesThe still creation to animate — from an earlier generation, upload_image or list_creations.
frameInterpolationNoSmoother motion via frame interpolation (costs more).
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description adds significant behavioral details beyond the annotations: it explicitly says 'SPENDS the account's credit — video costs several times an image,' and explains the asynchronous nature ('Takes ~1-3 minutes, so it usually returns a queueId...'). These details are not present in the annotations (readOnlyHint, openWorldHint, etc.) and are crucial for the agent to manage cost and expectations. No contradiction with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise—three or four short sentences—with the purpose stated first. Each sentence adds value: purpose, cost, async behavior, and duration options. It is front-loaded, allowing the agent to quickly grasp the core function and key operational caveats. There is no redundant or filler content.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (8 params, no output schema), the description covers essential operational context: it mentions credit cost, asynchronous queueId retrieval, and duration variants with tier-gating. It does not describe the return object structure in detail, but it mentions queueId, which is sufficient for the agent to know what to expect. The schema handles parameter details, so the description is complete enough for this context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema provides descriptions for all 8 parameters (100% coverage), so the baseline is 3. The description itself only repeats duration information ('Durations: 5, 6.5 or 7.5 seconds (7.5 is tier-gated)') which is already in the schema. It does not add any extra semantic meaning about parameters like prompt, style, or quality, so it meets the baseline but does not exceed it.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Animate an existing still creation into a short clip.' This specifies a verb (animate), a resource (still creation), and the output type (short clip), effectively distinguishing it from sibling tools like generate_image or generate_similar. The title 'Generate a video from a still' reinforces the purpose without ambiguity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context: use this tool when you have an existing still creation and want to animate it into a video. It also advises that the operation takes 1-3 minutes and typically returns a queueId to collect with check_generation, which guides follow-up behavior. However, it does not explicitly mention alternatives or state when NOT to use this tool in favor of other generation tools, so it falls short of a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/2DAICommunity/2dai-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server