Skip to main content
Glama

Zoom Transcript MCP Server

list_meetings

Retrieve and filter Zoom meetings with available recordings stored in the cloud, optionally by date range or participant, through a structured interface.

Instructions

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" }
Install Server

Other Tools from Zoom Transcript MCP Server

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/forayconsulting/zoom_transcript_mcp'

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