Zoom API MCP Server

update_channel

Modify the name or details of a specific channel in Zoom by providing the channel ID and updated parameters through the Zoom API MCP Server.

Input Schema

NameRequiredDescriptionDefault
channel_idYesThe channel ID
nameNoChannel name

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "channel_id": { "description": "The channel ID", "type": "string" }, "name": { "description": "Channel name", "type": "string" } }, "required": [ "channel_id" ], "type": "object" }
ID: h6x0sr1f0c