search_transcript
Locate when a phrase is spoken in a watched video by searching its transcript. Returns timestamps, surrounding context, and keyframe references for quick follow-up.
Instructions
Find where something is said in an already-watched video. Each hit shows the time, the surrounding sentences, and the nearest keyframe number and contact-sheet number so you can follow up with get_frame_at or get_transcript. Use this instead of paging the whole transcript when the user asks 'when does he mention X' or 'find the part about Y'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | Words to look for; separate alternatives with spaces (any term matches, more terms rank higher). Case-insensitive | |
| video | Yes | video_id, results folder, or the path/URL given to watch_video | |
| context_seconds | No | Seconds of surrounding text to include around each hit |