create_zoom_meeting
Create a new Zoom meeting by providing topic, start time, duration, timezone, and agenda. Obtains meeting ID, join URL, start URL, and password.
Instructions
Create a new Zoom meeting.
Args: topic: The meeting topic/title start_time: Meeting start time in ISO 8601 format (e.g., "2026-01-15T10:00:00") duration: Meeting duration in minutes (default: 60) timezone: Timezone for the meeting (default: "America/New_York") agenda: Optional meeting agenda/description
Returns: dict containing: - id: Meeting ID - join_url: URL for participants to join - start_url: URL for host to start the meeting - password: Meeting password - topic: Meeting topic - start_time: Scheduled start time - duration: Duration in minutes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | ||
| agenda | No | ||
| duration | No | ||
| timezone | No | America/New_York | |
| start_time | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||