Skip to main content
Glama

Zoom API MCP Server

list_zoom_rooms

Retrieve a list of Zoom Rooms using location ID and pagination parameters to efficiently manage and organize Zoom resources through structured API interaction.

Input Schema

NameRequiredDescriptionDefault
location_idNoLocation ID
page_numberNoPage number
page_sizeNoNumber of records returned

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "location_id": { "description": "Location ID", "type": "string" }, "page_number": { "description": "Page number", "minimum": 1, "type": "number" }, "page_size": { "description": "Number of records returned", "maximum": 300, "minimum": 1, "type": "number" } }, "type": "object" }

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/mattcoatsworth/zoom-mcp-server'

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