Skip to main content
Glama

Zoom MCP Server

create_meeting

Schedule a Zoom meeting by defining the agenda, topic, start time, and timezone. Automate meeting creation to streamline virtual event planning.

Instructions

Create a meeting

Input Schema

NameRequiredDescriptionDefault
agendaNoThe meeting's agendaNew Meeting
start_timeNoThe meeting's start time
timezoneNoTimezone for the meeting's start time
topicNoThe meeting's topic.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "agenda": { "default": "New Meeting", "description": "The meeting's agenda", "maxLength": 2000, "type": "string" }, "start_time": { "description": "The meeting's start time", "type": "string" }, "timezone": { "description": "Timezone for the meeting's start time", "type": "string" }, "topic": { "description": "The meeting's topic.", "maxLength": 200, "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from Zoom MCP Server

Related Tools

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/JavaProgrammerLB/zoom-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server