Zoom Transcript MCP Server

check_local_transcripts

Check what transcripts are already downloaded and available locally

Input Schema

NameRequiredDescriptionDefault
dateRangeNo

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" } }, "type": "object" }