Zoom API MCP Server

list_zoom_room_locations

Retrieve and manage Zoom Room locations by providing page number, page size, and parent location ID for efficient organization and administration.

Input Schema

NameRequiredDescriptionDefault
page_numberNoPage number
page_sizeNoNumber of records returned
parent_location_idNoParent location ID

Input Schema (JSON Schema)

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