Search Video
search_videoFind every occurrence of a word or phrase in a video's transcript, on-screen text, and visual context, returning timestamped matches with source so you can jump to the moment instead of re-reading.
Instructions
Searches across every information channel of a previously-understood video — spoken transcript, on-screen text, and visual context — for a word, phrase, name, or topic. Returns every match with its own timestamp and which modality it came from ("speech" vs. an on-screen/visual type), ranked by relevance.
Requires a "video_id" from a prior understand_video or transcribe_video call. Use this instead of re-reading a whole transcript when you already know what you're looking for — e.g. "pricing", "$49", "the dashboard", "AI agents".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | What to search for — a word, phrase, name, number, or topic. | |
| video_id | Yes | A video id previously returned by understand_video or transcribe_video. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| results | Yes | Ranked matches across speech AND on-screen/visual content, most relevant first. | |
| video_id | Yes |