get_youtube_transcript
Fetch the full text transcript of a YouTube video. Accepts a YouTube URL (watch, youtu.be, shorts, embed) or a bare 11-character video ID, and returns the transcript as plain text with title and metadata. Optionally pass a BCP-47 language code to select a specific caption track.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Optional BCP-47 language code, e.g. "en", "zh-CN", "es". Omit for the default track. | |
| video | Yes | YouTube video URL or 11-character video ID |