Skip to main content
Glama

Zoom Recordings No-Auth

by peakmojo

zoom_get_meeting_transcript

Retrieve transcript files and content from a specific Zoom meeting recording by providing the meeting ID and access token.

Instructions

Get transcript files and content from a specific Zoom meeting recording if available

Input Schema

NameRequiredDescriptionDefault
meeting_idYesThe Zoom meeting ID to retrieve transcript for
zoom_access_tokenYesZoom OAuth2 access token

Input Schema (JSON Schema)

{ "properties": { "meeting_id": { "description": "The Zoom meeting ID to retrieve transcript for", "type": "string" }, "zoom_access_token": { "description": "Zoom OAuth2 access token", "type": "string" } }, "required": [ "zoom_access_token", "meeting_id" ], "type": "object" }

You must be authenticated.

Other Tools from Zoom Recordings No-Auth

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/peakmojo/mcp-server-zoom-noauth'

If you have feedback or need assistance with the MCP directory API, please join our Discord server