Skip to Content

Zoom

Service domainVIDEO CONFERENCING
Zoom icon
Arcade Optimized

Arcade.dev LLM tools for Zoom

Author:Arcade
Version:1.1.2
Auth:User authorization via the Zoom auth provider
2tools
PyPI VersionPython VersionsWheel StatusDownloadsLicense

Arcade.dev provides a toolkit for integrating with Zoom, enabling developers to leverage its functionalities in applications seamlessly. This toolkit allows for efficient access to Zoom meetings and invitations.

Capabilities

  • Retrieve detailed information about specific Zoom meetings.
  • List upcoming meetings for a user within the next 24 hours.
  • Simplify access and interaction with Zoom's meeting management features.

OAuth

  • Provider: Zoom
  • Scopes: meeting:read:invitation, meeting:read:list_upcoming_meetings

Secrets

  • No secret types required for this toolkit.

Available tools(2)

2 of 2 tools
Operations
Behavior
Tool nameDescriptionSecrets
Retrieve the invitation note for a specific Zoom meeting.
List a Zoom user's upcoming meetings within the next 24 hours.

Selected tools

No tools selected.

Click "Show all tools" to add tools.

Requirements

Select tools to see requirements

#

Zoom.GetMeetingInvitation

Execution hints

Signals for MCP clients and agents about how this tool behaves.

Operations
Read
Service domains
Video conferencing
MCP behavior
Read only
Yes

Does not modify remote state.

Destructive
No

May delete or overwrite remote data.

Idempotent
Yes

Safe to retry without extra side effects.

Open world
Yes

Can call out to external systems.

Retrieve the invitation note for a specific Zoom meeting.

Parameters

ParameterTypeReq.Description
meeting_idstringRequiredThe meeting's numeric ID (as a string).

Requirements

No secrets required

Output

Type:jsonMeeting invitation string
#

Zoom.ListUpcomingMeetings

Execution hints

Signals for MCP clients and agents about how this tool behaves.

Operations
Read
Service domains
Video conferencing
MCP behavior
Read only
Yes

Does not modify remote state.

Destructive
No

May delete or overwrite remote data.

Idempotent
Yes

Safe to retry without extra side effects.

Open world
Yes

Can call out to external systems.

List a Zoom user's upcoming meetings within the next 24 hours.

Parameters

ParameterTypeReq.Description
user_idstringOptionalThe user's user ID or email address. Defaults to 'me' for the current user.

Requirements

No secrets required

Output

Type:jsonList of upcoming meetings within the next 24 hours
Last updated on