list_transcripts
Lists all available transcripts for a YouTube video, including language, auto-generated status, and translatable languages. Use this when a specific transcript is not found.
Instructions
List the transcripts available for a YouTube video.
Use this when get_transcript can't find your requested language. It reports each available transcript (language, code, whether it's auto-generated, whether it's translatable) plus the set of languages you can pass to get_transcript's translate_to.
Args: video: A YouTube URL or an 11-character video ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transcripts | Yes | ||
| translation_languages | Yes |