Zoom MCP Server

by JavaProgrammerLB
Verified

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

ID: 6oa2kkmgws