Zoom Transcript MCP Server

get_recent_transcripts

Get and download transcripts from recent Zoom meetings. This tool will access the Zoom cloud API to fetch and download recent meeting transcripts.

Input Schema

NameRequiredDescriptionDefault
countNoNumber of recent meetings to fetch (default: 5)

Input Schema (JSON Schema)

{ "properties": { "count": { "description": "Number of recent meetings to fetch (default: 5)", "maximum": 30, "minimum": 1, "type": "number" } }, "type": "object" }