Zoom Transcript MCP Server

download_transcript

Download a specific Zoom meeting transcript from the cloud to local storage

Input Schema

NameRequiredDescriptionDefault
meetingIdYesZoom meeting ID or UUID

Input Schema (JSON Schema)

{ "properties": { "meetingId": { "description": "Zoom meeting ID or UUID", "type": "string" } }, "required": [ "meetingId" ], "type": "object" }