find_moment_by_topic
Search a YouTube video transcript to find timestamps where a specific topic is mentioned. Returns matching moments with surrounding context.
Instructions
Find when a specific topic is discussed in a video. Searches transcript and returns timestamps with context. Use when user asks "when do they talk about X?" Returns multiple matches with surrounding text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| videoId | Yes | YouTube video ID or URL | |
| topic | Yes | Topic or phrase to search for | |
| maxResults | No | Max matches to return (1-20) |