Skip to main content
Glama

Get Playlist Transcripts

get_playlist_transcripts
Read-only

Get transcripts for the videos in a YouTube playlist (in playlist order) as timestamped markdown, one section per video. Use for working through a course, series, or curated list; for one known video use get_transcript. Read-only; requires an API key. Charges 1 credit per video that returns a transcript, including repeat calls; videos without captions are skipped free. A 10-video call typically costs up to 10 credits, so start with a small limit. Rate limit: 5 requests per 10 seconds.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesYouTube playlist URL (e.g. https://www.youtube.com/playlist?list=PLxxxxxx)
limitNoNumber of videos to fetch from the start of the playlist, 1-50 (default 10). Upper bound on the credit charge for this call.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
failedYesVideos skipped without charge (no captions)
playlistYesPlaylist title
succeededYesVideos that returned a transcript (each charged 1 credit)
creditsUsedYesCredits charged for this call
totalVideosYesVideos attempted in this call
transcriptsYesAll transcripts as timestamped markdown, one section per video, divider-separated
creditsRemainingYesAccount balance after this call

TDQS

A4.9/5.0
Behavior5/5

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

Annotations already indicate read-only and non-destructive, but the description adds significant behavioral details: requires an API key, charges 1 credit per transcript retrieved including repeat calls, skips videos without captions, provides a cost estimate, and specifies rate limits. These are valuable 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?

The description is efficiently front-loaded with the main action and output format, followed by usage context, cost, and rate limit. Every sentence contributes unique information with no redundancy or fluff. It is appropriately sized for the tool's complexity.

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?

Given the simple schema (2 params) and existing output schema, the description covers all necessary angles: purpose, ordering, output format, usage contexts, alternative tools, cost behavior, rate limits, and authentication. It is fully complete for an agent to select and invoke confidently.

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

Parameters4/5

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

Schema coverage is 100% for both 'url' and 'limit', so the baseline is 3. The description adds practical context for the 'limit' parameter by explaining the credit charge per video and advising 'start with a small limit', which meaningfully enhances understanding of cost implications. This exceeds the schema's pure definitional coverage.

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 transcripts') with a clear resource ('videos in a YouTube playlist') and output format ('timestamped markdown, one section per video'). It explicitly distinguishes itself from sibling tool get_transcript for single videos. This is unambiguous and well-differentiated.

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

Usage Guidelines5/5

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

Provides explicit when-to-use guidance: 'Use for working through a course, series, or curated list' and directly names the alternative for single videos: 'for one known video use get_transcript'. This clearly communicates appropriate contexts and exclusions.

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