Skip to main content
Glama

video_text_animated

Add animated text overlays to videos with effects like fade, slide, or typewriter. Customize font, size, color, position, and timing.

Instructions

Add animated text to video.

Overlay text with animation effects (fade, slide, etc.).

Args: input_path: Absolute path to input video. text: Text to display. output_path: Absolute path for output video. animation: Animation type (fade, slide-up, typewriter). Default fade. font: Font family. Default Arial. size: Font size. Default 48. color: Text color. Default white. position: Text position. Default center. start: Start time in seconds. Default 0. duration: Display duration. Default 3.0.

Returns: Dict with success status and output_path.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
input_pathYes
textYes
output_pathNo
animationNofade
fontNoArial
sizeNo
colorNowhite
positionNocenter
startNo
durationNo
typewriter_speedNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, and the description lacks behavioral details such as whether the tool modifies the input file or creates a new one, permission requirements, or error handling. Only parameter defaults are given.

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 concise one-line summary followed by a parameter list. It is efficient but could be slightly improved by including the missing 'typewriter_speed' parameter.

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?

With 11 parameters and no output schema visible (though context says it exists), the description lacks explanations for the missing 'typewriter_speed' parameter, does not cover prerequisites or constraints, and provides no example usage. The output is only vaguely described as a dict with success status and output_path.

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

Parameters4/5

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

The description includes an Args section that adds meaning beyond the input schema, explaining each parameter with defaults and brief clarifications (e.g., absolute path, animation types). However, it misses the 'typewriter_speed' parameter present in the schema, slightly reducing completeness.

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 'Add animated text to video' and lists animation effects (fade, slide-up, typewriter), making the purpose specific and distinguishing it from static text tools like video_add_text.

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?

No guidance on when to use this tool versus alternatives like video_add_text or video_add_texts. There is no mention of prerequisites, constraints, or when not to use it.

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/KyaniteLabs/mcp-video'

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