Skip to main content
Glama

generate_video_from_image

Turn a static image into an AI-generated video by providing a motion prompt that describes how the image should animate. Uses Google Veo 3.1 for image-to-video generation.

Instructions

Animate a static image into an AI video (Image-to-Video) using Google Veo 3.1.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
aspectNoOutput video aspect ratio.
promptYesMotion prompt describing how the starting image should animate.
accountNoAccount key.
start_image_urlNoURL of the starting keyframe image.
video_model_keyNoImage-to-video model key.
start_image_base64NoBase64 encoded string of the starting keyframe image.
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 mentions the model (Veo 3.1) but does not explain whether the operation is async, how results are returned, account prerequisites, or error behavior. This is a significant gap 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.

Conciseness5/5

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

The description is a single, tightly written sentence that front-loads the action, resource, and model. It contains no redundant words and is appropriately sized for the tool's purpose.

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?

The tool has no output schema, and the description does not explain return values, prerequisites (e.g., Google account connection), or the distinction between providing an image via URL vs base64. The one-sentence description is insufficient for a 6-parameter generation tool.

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?

The input schema provides descriptions for all 6 parameters (100% coverage), so the baseline is 3. The description does not add parameter-specific details beyond what the schema already states, but the schema itself is sufficient.

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 explicitly states the action ('Animate a static image into an AI video') and the specific resource (Image-to-Video), which clearly distinguishes it from sibling tools like generate_image, generate_video, and upscale_image. It also names the underlying model (Google Veo 3.1), adding specificity.

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 clearly implies the intended use case—when you have a static image to animate—but it does not explicitly contrast with alternatives like generate_video (text-to-video) or mention exclusions. The context is clear but lacks explicit when-not-to-use guidance.

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/LeoSzn12/google-flow-mcp'

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