Skip to main content
Glama
ex-takashima

Google Veo 3.1 MCP Server

by ex-takashima

interpolate_frames

Generate a video that animates between two keyframe images. Use start and end frames to create AI-interpolated motion.

Instructions

Generate a video that smoothly transitions between two keyframes using Veo 3.1 API.

Creates a video that starts at the first frame and ends at the last frame with AI-generated motion in between.

Pricing: Same as generate_video based on duration (audio always included)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
waitNoIf false, return the operation_name immediately without waiting for completion. Default: true
promptNoOptional prompt to guide the interpolation
last_frameYesEnding frame image. Can be a file path, URL, or base64 string
first_frameYesStarting frame image. Can be a file path, URL, or base64 string
output_pathNoPath to save the generated video
generate_audioNoWhether to generate audio. Note: Gemini API preview always generates audio (ignored).
duration_secondsNoDuration of the video in seconds. Frame interpolation requires 8 seconds. Default: 8
Behavior3/5

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

No annotations are provided, so the description carries the transparency burden. It adds useful details like pricing and 'audio always included', but it does not disclose async behavior, return formats, or side effects such as saving to output_path.

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 tight and front-loaded: first sentence states the core purpose, second clarifies behavior, and the third adds relevant pricing/audio context. Every sentence earns its place with no redundancy.

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?

For a complex video-generation tool with 7 parameters and no output schema, the description gives adequate purpose and pricing but omits return-value behavior, asynchronous operation details, and explicit usage scenarios. It relies heavily on the schema for parameter-level completeness.

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 has 100% parameter description coverage, so the schema already documents all parameters. The description adds no parameter-specific meaning beyond mentioning pricing and audio, which are already hinted at in the generate_audio parameter note.

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 states a specific action ('Generate a video that smoothly transitions between two keyframes') and names the API (Veo 3.1). It clearly differentiates from sibling tools like generate_video and extend_video by emphasizing the two-frame interpolation behavior.

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

Usage Guidelines3/5

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

The description implies the tool is for creating interpolated motion between two keyframes, but it does not explicitly state when to choose it over generate_video or extend_video. The only sibling mention is a pricing note, not usage guidance.

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