get_youtube_transcript
Extract clean transcript text from any YouTube video URL to read, summarize, search, or save content without watching.
Instructions
Extract the subtitle/transcript text from a YouTube video URL. Always use this tool when:
User provides a YouTube URL and wants to read/analyze the video content
User asks what a YouTube video is about or wants a summary
User needs to extract quotes or information from a YouTube video
User wants to search through video content without watching
User needs the transcript saved to a file for reference
Returns the clean text content of the video's English subtitles (auto-generated or manual).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The YouTube video URL (e.g., https://www.youtube.com/watch?v=VIDEO_ID) | |
| save_to_file | No | Whether to save the transcript to a file (default: true). Files are saved to the directory specified by YT_SUBS_DOWNLOAD_DIR environment variable, or ~/Downloads/yts/ if not set. |