Skip to main content
Glama

gemini_generate_video

Generate videos from text descriptions using Google Veo, then save the output to a local assets/videos folder. Supports custom models, negative prompts, aspect ratios, and filenames.

Instructions

Generate a video with Google Veo (via Gemini API) and save to assets/videos.

This is an async operation: the tool submits the job, polls until done, then downloads the result. It can take a few minutes.

Args: prompt: Text description of the video to generate. model: Override the model id (default from GEMINI_VIDEO_MODEL / veo-3.1-generate-001). Use veo-3.1-fast-generate-preview for speed. negative_prompt: Optional description of what to avoid. aspect_ratio: "16:9" or "9:16". filename: Optional base filename (without extension).

Returns: A human-readable summary with the saved video path.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelNo
promptYes
filenameNo
aspect_ratioNo16:9
negative_promptNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

With no annotations provided, the description carries full responsibility for disclosing behavior. It clearly explains the async lifecycle: submits the job, polls until done, downloads the result, and can take a few minutes. It also specifies the save location, which is valuable context beyond the schema.

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 with a clear opening sentence, a short async-behavior note, and an Args list. Every sentence provides needed information without padding; no redundancy with schema fields, and the structure makes it easy to scan.

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 complex async tool with five parameters and no annotations, the description is remarkably complete. It covers input parameters, behavior, timing, save destination, and return value. The stated return summary is sufficient especially given that an output schema exists.

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

Parameters5/5

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

Schema description coverage is 0%, but the description fully compensates by explaining every parameter: prompt, model with default details, negative_prompt, aspect_ratio allowed values, and filename semantics. This adds meaning well beyond the schema's bare type/default information.

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 'Generate a video with Google Veo (via Gemini API) and save to assets/videos', naming the specific verb, resource, and destination. This distinguishes it from sibling image-generation tools by focusing explicitly on video generation.

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 provides clear context for use, including that it is async and can take minutes, and offers model guidance ('Use veo-3.1-fast-generate-preview for speed'). It does not explicitly mention alternatives such as the image tools, but the video-specific purpose makes the primary use case unambiguous.

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/eracom-technologies/image-video-mcp'

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