get_transcript
Extract the full transcript from a YouTube video to summarize content or answer questions about what was said.
Instructions
Extract the full transcript/captions from a YouTube video. Use this to understand video content, summarize videos, or answer questions about what was said. COMBINE WITH: get_video_frames for visual context, search_in_transcript to find specific moments, or get_video_info for metadata. TIP: Use list_caption_languages first to check available languages. Note: Only works for videos with captions enabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| videoId | Yes | YouTube video ID or URL | |
| language | No | Language code (e.g., en, es, fr) | en |
| withTimestamps | No | Include timestamps for each segment |