Skip to main content
Glama
ex-takashima

Google Veo 3.1 MCP Server

by ex-takashima

get_video_status

Check status of a video generation operation and get the video URL when done. Optionally download the completed video.

Instructions

Check the status of a video generation operation.

Returns the current status (done/pending) and video URL if completed. Can also download the completed video (use after generate_video with wait: false).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
downloadNoIf true and the operation is done, download the video to output_path (or OUTPUT_DIR). Default: false
output_pathNoPath to save the video when downloading. Implies download. If not provided, uses OUTPUT_DIR env var
operation_nameYesThe operation name returned from generate_video, extend_video, or interpolate_frames
Behavior4/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 that the tool returns status (done/pending) and video URL when completed, and that it can download the video. It doesn't mention edge cases like errors or polling behavior, but it is transparent about the main actions and outcomes.

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 three sentences, front-loaded with the primary purpose. No filler or redundant information; each sentence earns its place by covering status, return value, and download capability.

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

Completeness5/5

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

For a simple status-checking tool with no output schema, the description adequately covers the core functionality, return values, and usage guidance. It provides enough context for an agent to select and invoke the tool correctly, especially given the sibling tool references.

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?

Schema description coverage is 100%, so the parameters are already well-documented. The description adds minimal new meaning beyond the schema, and the schema already explains that `output_path` implies `download` and that `operation_name` comes from sibling tools. Thus a baseline score of 3 is appropriate.

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 checks the status of a video generation operation, distinguishing it from sibling tools that generate or modify videos. It also specifies the additional capability of downloading the completed video, making the tool's purpose unambiguous.

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

Usage Guidelines5/5

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

The description explicitly says to use it after `generate_video` with `wait: false`, providing a concrete usage context. It also names the sibling tools that return the `operation_name`, giving clear guidance on when this tool is appropriate.

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/ex-takashima/google-veo3-1-mcp-server'

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