Skip to main content
Glama

captions_write_srt

Generate SRT subtitle files from timed text segments. Converts start and end timestamps with caption text into UTF-8 SRT format locally, requiring no external service or API key.

Instructions

Write UTF-8 SRT subtitles. No external service, no key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
segmentsYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.2/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral disclosure burden. It usefully discloses that no external service or key is required, which is a meaningful behavioral trait. However, it does not explain whether the tool writes a file, returns SRT content, or has 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?

Two short sentences with no filler. The core purpose is front-loaded and every word adds value.

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?

Given there is no output schema and no annotations, the description should clarify what the agent will receive or where the SRT file goes. It does not, so an agent cannot fully predict the call's result or side effects.

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

Parameters2/5

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

Schema description coverage is 0% and the description does not explain the 'segments' parameter beyond implying subtitle segments. The schema's field names start/end/text and constraints provide some meaning, but units, expected format, and how segments map to SRT cues are left unspecified.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific action and resource: 'Write UTF-8 SRT subtitles.' It is clear and distinct from siblings like captions_burn or captions_transcribe, though it does not explicitly name or contrast them.

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

Usage Guidelines3/5

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

The description implies when to use the tool: whenever SRT subtitle output is needed. 'No external service, no key' hints at a lightweight local operation, but there is no explicit guidance about alternatives 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.