Skip to main content
Glama

veo_text_to_video

Turn text prompts into AI-generated video clips. Describe the scene, subject, and action to produce a matching video.

Instructions

Generate AI video from a text prompt using Veo.

This creates a video from scratch based on your text description. Veo
will interpret your prompt and generate a matching video clip.

Use this when:
- You want to create a video from a text description
- You don't have a reference image to use
- You want maximum creative freedom for Veo

For video generation starting from an image, use veo_image_to_video instead.

Returns:
    Task ID and generated video information including URLs and state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelNoVeo model version. 'veo31'/'veo31-fast' are the latest; 'veo3'/'veo3-fast' remain available. Models with '-fast' suffix are faster but slightly lower quality.veo31-fast
promptYesDescription of the video to generate. Be descriptive about scene, subject, action, camera movement, lighting, and style. Examples: 'A white ceramic coffee mug on a glossy marble countertop, steam rising, soft morning light', 'Cinematic drone shot over a forest at sunset, golden hour lighting'
resolutionNoVideo resolution. Options: '4k' for highest quality, '1080p' for standard HD, 'gif' for animated GIF format. If not specified, uses the model's default resolution.
translationNoIf true, automatically translate the prompt to English for better generation quality. Useful for non-English prompts.
aspect_ratioNoVideo aspect ratio: '16:9' for landscape/widescreen or '9:16' for portrait/vertical.16:9
callback_urlNoOptional URL to receive a POST callback when generation completes. The callback will include the task_id and video results.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4/5.0
Behavior3/5

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

No annotations are provided, so the description carries full responsibility for behavioral transparency. It mentions that the tool 'creates a video from scratch' and returns a 'Task ID and generated video information including URLs and state,' which implies asynchronous behavior, but it does not explicitly state that generation is non-blocking or that polling is required. It also fails to mention authentication, rate limits, or costs. The description gives some context but misses key behavioral traits for a generation tool.

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 is well-structured with a clear opening, a 'Use this when' bullet list, and a 'Returns' section. It is concise—two paragraphs plus bullets—and front-loaded with the main purpose. The only minor inefficiency is that the first sentence is somewhat redundant with the tool name, but overall it earns its place without excessive verbosity.

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?

Given the tool's complexity (6 parameters, video generation, potential async), the description covers the usage context and alternatives well, but it lacks explicit details on asynchronous workflow (polling vs. callback), any limitations, and does not describe the output schema beyond a one-line mention of 'Task ID and generated video information including URLs and state.' Since there is no output schema provided and no annotations, the description should compensate more by explaining the async nature and return structure in detail.

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 does not add any parameter-specific semantics beyond the schema's already detailed field descriptions (e.g., examples for prompt, model variant differences, resolution options). While the description mentions 'maximum creative freedom' which relates to prompt usage, it doesn't elaborate on any parameter behavior that the schema doesn't already cover. Thus, it adds minimal value beyond the schema.

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's purpose: 'Generate AI video from a text prompt using Veo.' It uses a specific verb ('generate') and resource (text prompt → video), and distinguishes itself from the sibling tool veo_image_to_video by explicitly noting the alternative for image-based generation. The use-case bullets further clarify the intended scope.

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?

Provides explicit usage guidance with a 'Use this when' list that details appropriate scenarios (creating video from text, no reference image, maximum creative freedom). It also gives a direct exclusion and alternative: 'For video generation starting from an image, use veo_image_to_video instead.' This clearly differentiates from the sibling tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/AceDataCloud/VeoMCP'

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