Zoom API MCP Server

update_zoom_room

Modify Zoom Room settings by updating details such as name, passcode, location, or calendar resource ID through the Zoom API MCP Server. Automates room management for streamlined organization.

Input Schema

NameRequiredDescriptionDefault
calendar_resource_idNoCalendar resource ID
location_idNoLocation ID
nameNoRoom name
room_idYesThe Zoom Room ID
room_passcodeNoRoom passcode

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "calendar_resource_id": { "description": "Calendar resource ID", "type": "string" }, "location_id": { "description": "Location ID", "type": "string" }, "name": { "description": "Room name", "type": "string" }, "room_id": { "description": "The Zoom Room ID", "type": "string" }, "room_passcode": { "description": "Room passcode", "type": "string" } }, "required": [ "room_id" ], "type": "object" }
ID: h6x0sr1f0c