You're viewing a demo portfolio

Join the waitlist
PRSM

get_playlist_transcripts

Active

Tool of YouTube Transcript Downloader

declared in 1.0.0

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.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "url"
  ],
  "properties": {
    "url": {
      "type": "string",
      "description": "YouTube playlist URL (e.g. https://www.youtube.com/playlist?list=PLxxxxxx)"
    },
    "limit": {
      "type": "integer",
      "default": 10,
      "maximum": 50,
      "minimum": 1,
      "description": "Number of videos to fetch from the start of the playlist, 1-50 (default 10). Upper bound on the credit charge for this call."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

YouTube Transcript Downloader

1/7 registries
View full server →
get_playlist_transcripts — YouTube Transcript Downloader — PRSM MCP