Skip to main content
Glama

Zoom API MCP Server

create_zoom_room_location

Define Zoom Room locations with specific types and hierarchies using structured inputs, ensuring accurate organization and management of rooms across the Zoom platform.

Input Schema

NameRequiredDescriptionDefault
nameYesLocation name
parent_location_idNoParent location ID
typeYesLocation type

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name": { "description": "Location name", "type": "string" }, "parent_location_id": { "description": "Parent location ID", "type": "string" }, "type": { "description": "Location type", "enum": [ "country", "state", "city", "campus", "building", "floor" ], "type": "string" } }, "required": [ "name", "type" ], "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