Skip to main content
Glama

Get YouTube Transcript

get_transcript
Read-only

Get the full transcript of a single YouTube video as timestamped markdown. Read-only: fetches existing captions, modifies nothing. Requires an API key; each successful call charges 1 credit, including repeat calls for the same video, so reuse a transcript already in context instead of re-fetching. Videos without captions return an error and cost nothing. Rate limit: 5 requests per 10 seconds.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
videoYesYouTube video ID (e.g. dQw4w9WgXcQ) or full video URL (youtube.com/watch?v=... or youtu.be/... forms)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesVideo title
videoIdYesYouTube video ID
transcriptYesFull transcript as timestamped markdown
creditsUsedYesCredits charged for this call
creditsRemainingYesAccount balance after this call

TDQS

A4.5/5.0
Behavior5/5

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

Annotations already provide readOnlyHint and destructiveHint, but the description adds significant behavioral context: API key requirement, credit cost per call, error behavior for videos without captions, and a rate limit. This goes well beyond the structured 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?

Three sentences, no wasted words. The core purpose is front-loaded, followed by cost/rate-limit caveats and error behavior. Each sentence adds value.

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

Completeness5/5

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

For a single-parameter read-only tool with an output schema present, the description covers input, behavioral safety, cost, error conditions, and rate limits. There are no significant gaps given the structured fields.

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?

The single parameter 'video' is fully described in the schema (100% coverage), including accepted formats. The description does not add extra parameter-specific details, but the schema carries the semantic load, so a baseline score of 3 is appropriate.

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 uses a specific verb ('Get') with a clear resource ('full transcript of a single YouTube video') and output format ('timestamped markdown'). It distinguishes from siblings by emphasizing 'single video' vs channel/playlist tools.

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?

Provides clear context for when to use (single video) and practical guidance about credits and reusing transcripts. Does not explicitly name sibling alternatives for multi-video scenarios, but the 'single video' phrasing implicitly differentiates.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.7/5.0
Disambiguation5/5

Each tool targets a distinct use case: single video, channel recent videos, playlist, and transcript polishing. No overlapping purposes.

Naming Consistency5/5

All tools follow a verb_noun pattern (get_transcript, get_channel_transcripts, get_playlist_transcripts, polish_transcript), consistent and predictable.

Tool Count5/5

Four tools cover the core needs of a transcript downloader (single, channel, playlist, polish) without being excessive or insufficient.

Completeness4/5

The set covers the main operations for accessing transcripts, though additional features like language selection or format options are absent.

Resources