Skip to main content
Glama

Add text overlay

add_text_overlay

Draw text on videos for captions, titles, or labels, with options for position, font, color, and time range.

Instructions

Draw text on the video (caption, title, label). Optionally limited to a time range.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
boxNoDraw a semi-transparent dark box behind the text (default true)
endNoHide the text after this time
textYesThe text to draw
startNoShow the text starting at this time
positionNoWhere to place the text (default bottom-center)
font_sizeNoFont size in pixels (default 48)
font_colorNoText color, e.g. white, black, yellow, #ff0000 (default white)
input_pathYesPath to the source video
output_pathNoWhere to write the result
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 does mention the time-range option ('Optionally limited to a time range'), which is a useful behavior, but it omits other important details such as whether the source file is modified, the default output behavior, or how the overlay interacts with existing video content. This is insufficient given the lack of annotations.

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 two short sentences and front-loaded with the core action. Every word serves a purpose, with no redundant information. It is appropriately concise.

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?

The schema covers all 9 parameters, so the tool is functionally clear. However, the description lacks usage guidelines and behavioral context beyond the time-range option. For a tool with no annotations and no output schema, a score of 3 reflects that it is adequate but has clear gaps in contextual completeness.

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 adds no additional meaning beyond the schema; 'time range' hints at start/end parameters, but those are already fully described in the schema. No extra parameter semantics are provided.

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: 'Draw text on the video' and lists example uses (caption, title, label). It distinguishes from siblings like burn_subtitles and add_watermark by focusing on general text overlay rather than subtitle files or image watermarks.

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. The description does not mention siblings like add_watermark or burn_subtitles, nor does it specify contexts where a text overlay is preferred. The only hint is the parenthetical 'caption, title, label', but it does not constitute explicit usage 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/gulkoa/vidshaper'

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