Skip to main content
Glama

get_video_variation

Retrieve the status of a video generation job by providing the art and variation IDs from the initial generateVideo call.

Instructions

Poll a video generation job (step 3 of 3)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
art_idYesAiImageArt UUID returned as `id` from `generateVideo`.
variation_idYesAIArtVariation UUID returned as `art_variation_id` from `generateVideo`.
Behavior2/5

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

The description only says 'poll', which implies repeated calls, but does not disclose polling behavior (e.g., whether it's blocking, expected call frequency, error handling, or when to stop polling). No annotations are provided to fill the gap.

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

Conciseness3/5

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

The description is a single sentence, making it concise, but it is too brief to be fully informative. It could be restructured to include key behavioral details without adding many words.

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

Completeness2/5

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

Given the lack of output schema and the simple polling nature, the description should explain what the tool returns (e.g., status, result URL) and how to interpret the response. The current description is insufficient for an agent to use correctly.

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 full descriptions for both parameters (100% coverage), linking them to generateVideo outputs. The description adds no further parameter information, so the baseline score of 3 applies.

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

Purpose3/5

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

The description states the tool polls a video generation job and indicates it's step 3 of 3, which gives some context. However, it does not explicitly state that it retrieves the result or status, leaving ambiguity about what 'poll' means exactly.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives. The phrase 'step 3 of 3' implies it follows another step, but no explicit reference to generate_video or other tools. No mention of when not to use it or what prerequisites are required.

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/celeryhq/simplified-mcp-server'

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