get_transcript
Retrieve the transcript or subtitles for any YouTube video. Specify preferred languages or auto-translate, and store it in your local knowledge base for future research.
Instructions
Return the transcript/subtitles for a single YouTube video.
Args: video: A YouTube URL or an 11-character video id. languages: Optional comma-separated preferred languages in priority order, e.g. "en" or "fa,en". Empty = server default. translate_to: Optional target language code to auto-translate the transcript into (uses YouTube's translation), e.g. "en". store: If true (default), also add this transcript to the local knowledge base so future searches can draw on it.
Returns a dict with the plain-text transcript, language, and metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| store | No | ||
| video | Yes | ||
| languages | No | ||
| translate_to | No |