get_transcript
Fetch the transcript of a YouTube video by providing its URL or ID. Supports multiple languages and returns output as text or JSON.
Instructions
Fetch the transcript for a YouTube video.
Args: video_url_or_id: YouTube video URL or video ID languages: List of language codes to try (e.g., ['en', 'es']). If None, uses default. format_type: Output format - 'text' or 'json' ctx: MCP context for logging
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| languages | No | ||
| format_type | No | text | |
| video_url_or_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |