search_meetings
Search meetings by keyword in titles, attendees, teams, topics, and summaries, with optional transcript search.
Instructions
Search meetings by keyword across metadata fields and optionally transcripts.
This tool searches meeting metadata (titles, attendees, teams, topics, summaries) and optionally full transcript content. Uses fuzzy matching to handle partial matches, plurals, and case-insensitive search.
By default, transcripts are NOT searched or included to optimize performance. Set include_transcript=True to search within and return transcript data.
Fetches all meetings (with pagination) and returns those matching the search query.
Examples: search_meetings("McDonalds") # Search metadata only search_meetings("budget discussion", include_transcript=True) # Search including transcripts search_meetings("engineering") # Find meetings related to engineering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query to match against meeting metadata (titles, participants, teams, topics, summaries, and optionally transcripts) | |
| include_transcript | No | If True, search within transcripts and include them in results. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||