Zoom Transcript MCP Server

search_transcripts

Search across Zoom meeting transcripts for specific content. This tool will search through locally stored transcripts first.

Input Schema

NameRequiredDescriptionDefault
dateRangeNo
queryYesSearch query

Input Schema (JSON Schema)

{ "properties": { "dateRange": { "properties": { "from": { "description": "Start date (ISO format)", "type": "string" }, "to": { "description": "End date (ISO format)", "type": "string" } }, "type": "object" }, "query": { "description": "Search query", "type": "string" } }, "required": [ "query" ], "type": "object" }