Zoom Transcript MCP Server

list_meetings

List available Zoom meetings with recordings that exist in the cloud

Input Schema

NameRequiredDescriptionDefault
dateRangeNo
participantNoFilter by participant name

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" }, "participant": { "description": "Filter by participant name", "type": "string" } }, "type": "object" }