Skip to main content
Glama
kud
by kud

download-caption

Download a YouTube caption track to a local file. Provide caption ID and output path, with optional format conversion and translation.

Instructions

Download a caption track to a local file path. Costs 200 quota units.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatNoCaption format to convert to, e.g. srt, vtt, ttml
languageNoLanguage to translate the track to
captionIdYesCaption track ID
outputPathYesAbsolute local path to write the caption file to
Behavior3/5

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

With no annotations provided, the description carries the full burden. It does disclose a behavioral trait—costing 200 quota units—which is absent from the schema. However, it omits other behavioral details such as file overwrite behavior, permission requirements, and return value, leaving significant gaps.

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 a concise two-clause sentence with all necessary core information front-loaded. Every word contributes to understanding the action and a key cost implication, with no redundancy.

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?

The tool has four parameters, no output schema, and no annotations, but the description provides only the essential action and cost. Missing contextual details include how to obtain a captionId, expected return behavior, and potential side effects (e.g., overwriting files). This is not fully complete for a tool with these gaps.

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 parameters (captionId, outputPath, format, language) are already well documented. The description adds minimal semantic value beyond reinforcing that outputPath is a local file path; no new meaning is added for format or language.

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 states a specific verb and resource ('Download a caption track') with a clear destination ('to a local file path'). It also includes a cost factor, making it distinct from sibling caption tools like list-captions, upload-caption, update-caption, and delete-caption.

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 is provided on when to use this tool versus alternatives, such as first calling list-captions to obtain a captionId. There are no exclusions, prerequisites, or alternative tool mentions. The cost statement is informational but does not clarify usage context.

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/kud/mcp-youtube'

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