get_transcript
Read timestamped transcript segments from a watched video to retrieve truncated sections, specific time ranges, or SRT subtitles. Continue via next_start on truncation.
Instructions
Read part of an already-watched video's transcript with [mm:ss] timestamps. Use when the watch_video overview was truncated, when the user asks about a specific time range, or to export subtitles (format='srt'). Returns at most max_chars; when truncated the last line gives next_start so you can continue from there. Paragraph format is the cheapest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | End time (same formats); None = to the end | |
| start | No | Start time: seconds, mm:ss or h:mm:ss | 0 |
| video | Yes | video_id from watch_video/list_videos, the results folder, or the same path/URL given to watch_video | |
| format | No | paragraphs = compact [mm:ss] text (fewest tokens); segments = one line per subtitle cue with start-end; srt = subtitle blocks | paragraphs |
| max_chars | No |