get_transcript_tool
Retrieve the full transcript of a YouTube video with timestamps. Supports multiple languages and falls back to Whisper when captions are unavailable.
Instructions
Get the full transcript of a YouTube video with timestamps.
Args: url: YouTube video URL or video ID lang: Language code for captions (default: "en") use_whisper_fallback: If True, use Whisper when captions unavailable
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| lang | No | en | |
| use_whisper_fallback | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |