Skip to main content
Glama
ex-takashima

Google Veo 3.1 MCP Server

by ex-takashima

generate_video

Generate videos from text prompts or images using Google Veo 3.1. Support image-to-video animation, reference images for consistency, and multiple models, resolutions, and durations.

Instructions

Generate a video using Google Veo 3.1 API.

Supports:

  • Text-to-Video: Generate video from a text prompt

  • Image-to-Video: Animate a static image

  • Reference Images: Use up to 3 asset images or 1 style image for consistency

Models:

  • veo-3.1-generate-preview: High quality (default)

  • veo-3.1-fast-generate-preview: Faster generation

  • veo-3.1-lite-generate-preview: Cheapest, 720p/1080p only

Pricing (per second, audio always included):

  • Standard: $0.40 (720p/1080p), $0.60 (4K)

  • Fast: $0.10 (720p), $0.12 (1080p), $0.30 (4K)

  • Lite: $0.05 (720p), $0.08 (1080p)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
seedNoRandom seed for reproducibility (0-4294967295)
waitNoIf false, return the operation_name immediately without waiting for completion. Poll with get_video_status and download with its download option. Default: true
imageNoImage for Image-to-Video mode. Can be a file path, URL, or base64 string
modelNoModel to use for generation. Default: veo-3.1-generate-preview
promptNoText prompt describing the video to generate. Required unless image is provided.
resolutionNoVideo resolution. 4K not available for lite model. 1080p/4K require duration_seconds: 8. Default: 720p
output_pathNoPath to save the generated video. If not provided, uses OUTPUT_DIR env var
aspect_ratioNoAspect ratio of the video. Default: 16:9
sample_countNoNumber of videos to generate per request (1-4). Default: 1
generate_audioNoWhether to generate audio. Note: Gemini API preview always generates audio (this parameter is ignored). Use Vertex AI for audio control.
negative_promptNoElements to avoid in the generated video
duration_secondsNoDuration of the video in seconds (4, 6, or 8). Must be 8 when using 1080p/4K or reference images. Default: 8
reference_imagesNoReference images for consistency. Max 3 asset images or 1 style image
person_generationNoControl person generation: allow_adult (default), dont_allow, allow_all
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 and does so well. It discloses pricing per second, audio always included, model constraints (4K not available for lite), resolution/duration dependencies, the async behavior via the wait parameter, and that generate_audio is ignored on Gemini API. It does not cover error handling or return format, but the provided details exceed the minimum.

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

Conciseness4/5

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

The description uses compact bullet points and clear grouping (Supports, Models, Pricing), making it easy to scan. It is longer than average but every section earns its place—especially pricing, which helps select the right model. No filler or redundancy, though it could be trimmed slightly by folding pricing into the model list.

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?

For a tool with 14 parameters, no annotations, and no output schema, the description covers the essential decision points: modes, models, pricing, constraints, and async options. It does not describe the return value or error scenarios, but the schema covers parameter details, and the description compensates for the lack of annotations. A near-complete picture for a complex tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already covers all 14 parameters with descriptions, so the baseline is 3. The description adds meaningful value beyond the schema: pricing differences inform model selection, constraints like '1080p/4K require duration_seconds: 8' and 'Max 3 asset images or 1 style image' are highlighted, and the note about audio always being generated adds practical semantics that the schema omits.

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 opens with a specific verb+resource: 'Generate a video using Google Veo 3.1 API.' It clearly distinguishes from sibling tools (extend_video, interpolate_frames, get_video_status) by focusing on creation from text or image. The supported modes are explicitly listed, leaving no ambiguity about the tool's core function.

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 provides rich context about models, pricing, and supported input types, but it does not explicitly state when to use this tool vs. the sibling tools (e.g., extend_video, interpolate_frames). No exclusionary guidance is given, so the agent must infer from the name and scope that this is for new video generation only.

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