Zoom API MCP Server

list_channels

Retrieve a list of Zoom channels with pagination support, including next_page_token and page_size parameters, through the MCP server to manage Zoom API resources.

Input Schema

NameRequiredDescriptionDefault
next_page_tokenNoNext page token
page_sizeNoNumber of records returned

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "next_page_token": { "description": "Next page token", "type": "string" }, "page_size": { "description": "Number of records returned", "maximum": 300, "minimum": 1, "type": "number" } }, "type": "object" }
ID: h6x0sr1f0c