Skip to main content
Glama
riotofgeese

Gemini MCP Server

by riotofgeese

gemini-video-generate

Generate videos from text descriptions using Google's Veo 3.1 model. Specify aspect ratio, resolution, and optionally provide a starting image. Returns an operation ID for status checking.

Instructions

Generate a video using Veo 3.1 (Google's video generation model).

This starts an async video generation that takes 1-5 minutes. Returns an operation ID that you can use with gemini-video-check to poll for completion.

Parameters:

  • prompt: Text description of the video to generate (required)

  • aspectRatio: Video aspect ratio ("16:9" or "9:16", default: "16:9")

  • resolution: Video resolution ("720p", default: "720p")

  • firstFrameBase64: Optional base64 PNG image to use as first frame (from gemini-image)

Workflow:

  1. Call gemini-video-generate → returns operationId

  2. Wait 30-60 seconds

  3. Call gemini-video-check with operationId → returns status or video

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
promptYesText description of the video to generate
aspectRatioNoVideo aspect ratio (default: 16:9)
resolutionNoVideo resolution (default: 720p)
firstFrameBase64NoOptional base64 PNG image to use as first frame
Behavior4/5

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

With no annotations provided, the description carries full burden and does well: it discloses the async nature ('starts an async video generation'), timing expectations ('takes 1-5 minutes'), return value ('Returns an operation ID'), and workflow dependencies (polling with gemini-video-check). It doesn't mention rate limits or authentication needs, but covers key behavioral aspects.

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 well-structured and front-loaded: first sentence states core purpose, followed by timing/return info, then parameter list, then clear workflow steps. Every sentence earns its place with no redundant information. The bullet-point format for parameters and numbered steps for workflow enhance readability.

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 4-parameter tool with no annotations and no output schema, the description does well: it explains the async behavior, return format (operation ID), and polling workflow. It could mention error handling or rate limits, but covers the essential context for proper tool invocation given the complexity.

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 baseline is 3. The description adds minimal value beyond the schema: it repeats parameter names and basic purposes but doesn't provide additional context about prompt best practices, aspect ratio implications, or resolution limitations. The 'from gemini-image' note for firstFrameBase64 is helpful but limited.

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 ('Generate a video using Veo 3.1') and resource ('video'), distinguishing it from sibling tools like gemini-image (image generation) and gemini-video-check (polling). It explicitly identifies the model being used and the type of output.

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 provides explicit workflow guidance: 'Call gemini-video-generate → returns operationId', 'Wait 30-60 seconds', then 'Call gemini-video-check with operationId'. It names the specific alternative tool (gemini-video-check) for completion checking and explains the async nature of the operation.

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/riotofgeese/gemini-mcp'

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