get-transcript
Retrieve the transcript of a YouTube video by providing its URL, with optional language selection and timestamp inclusion for content analysis.
Instructions
Retrieve the transcript of a YouTube video. Accepts various YouTube URL formats and returns the full transcript with timestamps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | YouTube video URL (e.g., https://www.youtube.com/watch?v=VIDEO_ID or https://youtu.be/VIDEO_ID) | |
| lang | No | Language code for transcript (e.g., 'en', 'es', 'fr'). Default: video's default language | |
| include_timestamps | No | Include timestamps in the transcript output. Default: true |