Skip to main content
Glama

Zoom API MCP Server

update_account_settings

Modify Zoom account settings using structured input and OAuth 2.0 authentication. Ensure proper configuration of user, meeting, and webinar preferences.

Input Schema

NameRequiredDescriptionDefault
settingsYesAccount settings to update

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "settings": { "additionalProperties": true, "description": "Account settings to update", "properties": {}, "type": "object" } }, "required": [ "settings" ], "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