Skip to main content
Glama

burn_captions

Embed existing SRT subtitles into a video file to produce a new captioned video, solving the need for permanent on-screen text without re-encoding from scratch.

Instructions

Burn an existing .srt subtitle file into a video, producing a new video file.

Args: video_path: Path to the source video. srt_path: Path to the .srt subtitle file to burn in. output_path: Where to write the captioned video. Defaults to ".captioned".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
srt_pathYes
video_pathYes
output_pathNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the behavioral burden. It clearly states that a new video file is produced, implying the source and subtitle files are not modified, and gives the meaningful output default. However, it does not disclose failure behaviors, overwrite handling, or other side effects.

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 compact and front-loaded: the first sentence captures the entire operation, and the Args block provides parameter details without extra filler. Every sentence earns its place.

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

Completeness4/5

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

For a straightforward three-parameter operation, the description covers the core behavior, parameter semantics, and output default. It could mention side effects or exceptions, but nothing essential is missing for correct invocation.

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

Parameters5/5

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

Schema coverage is 0%, but the description documents all three parameters with clear definitions and even notes the default behavior for output_path. This fully compensates for the schema's bare string types.

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?

States a specific verb ('Burn'), a specific input resource (existing .srt subtitle file), and a clear outcome (producing a new video file). This clearly differentiates from siblings 'transcribe' and 'generate_srt', which handle audio-to-text and subtitle creation respectively.

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?

Implicitly indicates the tool is for existing .srt files by saying 'existing', and the sibling names make the contrast clear: use generate_srt to create subtitles, burn_captions to overlay them. It does not explicitly exclude alternatives, but the context is strong enough.

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/Chain-P/whisper-mcp'

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