Find where something was said
search_transcriptSearch an episode transcript for a spoken phrase to locate the exact moment it was said, returning timestamps, speaker, and surrounding dialogue for quick audio navigation.
Instructions
Search inside an episode's transcript and return the moments a phrase was said, each with a timestamp, the speaker where known, and the surrounding conversation. This is the fast path for 'when did they talk about X': one call, no paging, and the timestamp tells you where to skip to in the audio. Matching is literal and case-insensitive rather than semantic, so search for the words that would actually have been spoken and try a couple of phrasings before concluding a topic never came up. An empty result means those words are absent, not that the subject was not discussed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max | No | How many to return. Defaults to 20. How many matching moments to return. | |
| query | Yes | The phrase to find. Literal substring match, case-insensitive. | |
| episode_id | Yes | Podcast Index episode id. |