Search meeting transcript
search_meeting_transcriptFind exact quotes/passages inside one meeting's transcript.
Use this to pull direct quotations without loading a whole (often very long)
transcript: it fetches the transcript server-side, scans it, and returns only
the matching passages with approximate `start`/`end` timecodes when available.
Exact matches rank first, with a fuzzy fallback. Prefer this over
`get_meeting(include_transcript=true)` when you only need specific quotes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The phrase or terms to find in the transcript, e.g. 'rent stabilization' or a speaker's exact words. | |
| meeting_id | Yes | The meeting_id (from a search/list tool) whose transcript to search. | |
| max_passages | No | Max matched passages to return (1-20). | |
| context_chars | No | Characters of surrounding context per side of a match (0-2000). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||