Skip to main content
Glama

Zoom API MCP Server

create_webinar

Schedule and manage Zoom webinars programmatically by specifying user ID, topic, type, start time, and duration. Supports recurring events and customized settings via the Zoom API MCP Server.

Input Schema

NameRequiredDescriptionDefault
agendaNoWebinar description
durationNoWebinar duration in minutes
passwordNoWebinar password
settingsNoWebinar settings
start_timeNoWebinar start time
timezoneNoTime zone
topicYesWebinar topic
typeYesWebinar type (5: Webinar, 6: Recurring webinar with no fixed time, 9: Recurring webinar with fixed time)
user_idYesThe user ID or email address

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "agenda": { "description": "Webinar description", "type": "string" }, "duration": { "description": "Webinar duration in minutes", "type": "number" }, "password": { "description": "Webinar password", "type": "string" }, "settings": { "additionalProperties": true, "description": "Webinar settings", "properties": {}, "type": "object" }, "start_time": { "description": "Webinar start time", "type": "string" }, "timezone": { "description": "Time zone", "type": "string" }, "topic": { "description": "Webinar topic", "type": "string" }, "type": { "description": "Webinar type (5: Webinar, 6: Recurring webinar with no fixed time, 9: Recurring webinar with fixed time)", "maximum": 9, "minimum": 5, "type": "number" }, "user_id": { "description": "The user ID or email address", "type": "string" } }, "required": [ "user_id", "topic", "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