Skip to main content
Glama

generate_video

Create videos from text prompts or animate static images, with control over duration, aspect ratio, and quality.

Instructions

Generate videos from text prompts or animate static images

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fpsNoFrames per second
seedNoSeed for reproducible generation
imageNoInput image for image-to-video generation (base64 or URL)
modelNoModel ID to use for video generation
promptYesText prompt or motion description for video generation
qualityNoVideo quality presethigh
durationNoVideo duration in seconds
aspect_ratioNoVideo aspect ratio16:9
save_locationNoDirectory path to save the video. Overrides default save location.
Install Server

TDQS

A3.6/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only states the basic operation and does not mention generation time, cost implications, output format, default model behavior, save behavior, or other execution characteristics.

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 a single concise sentence with no redundant wording. It front-loads the primary purpose and covers the two main generation modes in an efficient manner.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 9 parameters, no output schema, and no annotations, the description is too minimal to fully prepare an agent for invocation. It leaves important context unaddressed, such as what the tool returns, how long generation takes, and what side effects occur.

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 parameters are already well-documented. The description adds a conceptual link by mentioning text prompts and static images, which maps to the 'prompt' and 'image' parameters, but does not provide deeper semantic meaning 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 function: generating videos from text prompts or animating static images. This distinguishes it from siblings like generate_image, generate_audio, and enhance_image, which target different media or operations.

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 when to use the tool: for video generation or image animation. It does not explicitly mention exclusions or alternatives, but the core use case is unambiguous given the sibling tool names.

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/bratcliffe909/segmind-mcp'

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