Skip to main content
Glama
156554395

image-video-generation-mcp

by 156554395

wait_for_video

Wait for a video generation task to finish and retrieve the resulting video. Use after initiating video generation to get the final output.

Instructions

Wait for video generation to complete and return the result

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_idYesThe task ID returned from video generation
max_wait_timeNoMaximum wait time in milliseconds (default: 300000)
poll_intervalNoPolling interval in milliseconds (default: 5000)
Behavior3/5

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

No annotations exist, so the description carries the full burden. It implies polling behavior but does not disclose timeout handling, rate limits, or whether it throws exceptions on failure. Minimal behavioral disclosure.

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?

A single sentence that is front-loaded with the key action ('Wait for video generation to complete') and includes the outcome ('return the result'). No wasted words.

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

Completeness3/5

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

Despite having a clear purpose and well-documented parameters, the description lacks details about return format or error behavior, which is important since no output schema is provided. Adequate but not comprehensive.

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?

Input schema has 100% description coverage for all three parameters. The description adds no additional meaning beyond what the schema already provides, meeting the baseline of 3.

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 it waits for video generation to complete and returns the result, which distinguishes it from sibling tools like generate_video (which initiates generation) and query_video_result (which likely checks status once).

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 query_video_result or other siblings. It does not mention that it should be called after generate_video or that it polls until completion, missing context for correct usage.

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/156554395/image-video-generation-mcp'

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