Skip to main content
Glama
mordor-forge

gemini-media-mcp

video_status

Monitor progress of video generation operations to track status updates like pending, processing, complete, or failed.

Instructions

Check the status of an async video generation operation. Returns progress info (pending, processing, complete, or failed).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
operationIdYesOperation ID from a previous generate_video, animate_image, or extend_video call

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
operationIdYes
doneYes
progressYes
errorNo
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses the return values (progress info with states like pending, processing, complete, failed), which is useful behavioral context. However, it lacks details on error handling, rate limits, or authentication needs, leaving gaps for a mutation-tracking tool.

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 front-loaded with the core purpose in the first sentence and adds return details in the second, with zero wasted words. Every sentence earns its place by providing essential information efficiently.

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 moderate complexity (tracking async operations), no annotations, and an output schema present, the description is mostly complete. It covers purpose and return states, but could benefit from more behavioral context like error scenarios or prerequisites, though the output schema reduces the need for return value details.

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 schema description coverage is 100%, so the input schema already fully documents the operationId parameter. The description adds no additional meaning beyond what the schema provides, such as format examples or constraints, meeting the baseline for high coverage.

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 specific action ('Check the status') and resource ('async video generation operation'), distinguishing it from siblings like generate_video or download_video by focusing on status monitoring rather than creation or retrieval.

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 implicitly indicates when to use this tool (after an async operation like generate_video) by mentioning 'Operation ID from a previous... call', but it does not explicitly state when not to use it or name alternatives for related tasks.

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/mordor-forge/gemini-media-mcp'

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