Skip to main content
Glama
imyousuf

storytelling-media-mcp

by imyousuf

veo_generate_video

Generate videos from text prompts using Google's Veo 3.1 AI model. Supports custom resolutions, aspect ratios, and reference images for tailored video creation.

Instructions

Generate a video with Google's Veo 3.1 Gemini API.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelNoveo-3.1-generate-001
promptYes
auth_modeNoauto
image_pathNo
resolutionNo720p
output_pathYes
aspect_ratioNo16:9
user_projectNo
last_frame_pathNo
timeout_secondsNo
duration_secondsNo
poll_interval_secondsNo
reference_image_pathsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior1/5

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

With no annotations, the description carries the full burden of behavioral disclosure, but it simply restates the tool's function. It does not mention the asynchronous/polling nature, duration limits, cost implications, authentication needs, or that the video is saved to an output path.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

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

The description is a single sentence, which is concise, but it is under-specified for a tool with 13 parameters and no other documentation. It lacks structured information or important front-loaded context (e.g., long-running operation behavior).

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

Completeness1/5

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

Despite a rich input schema, the description gives no contextual guidance on how to invoke the tool correctly. It does not mention return values, error handling, or the operational workflow (e.g., polling until video ready). The tool is complex, but the description is extremely incomplete.

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

Parameters1/5

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

The description provides zero additional context for the 13 parameters, and schema description coverage is 0%. It does not explain key details like how `image_path`, `last_frame_path`, or `reference_image_paths` affect generation, nor the meaning of `auth_mode`.

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 action ('Generate a video') and the specific resource ('Google's Veo 3.1 Gemini API'). It distinguishes the tool from siblings: `nano_banana_generate_image` generates images, `stitch_videos` stitches existing videos, but this generates videos from scratch.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives no explicit guidance on when to use this tool versus alternatives. It implies use when generating a video, but there is no mention of prerequisites (e.g., API key), typical scenarios, or exclusions compared to sibling tools.

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/imyousuf/storytelling-media-mcp'

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