Zoom
Arcade.dev LLM tools for Zoom
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)
| Tool name | Description | Secrets | |
|---|---|---|---|
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.
Does not modify remote state.
May delete or overwrite remote data.
Safe to retry without extra side effects.
Can call out to external systems.
Retrieve the invitation note for a specific Zoom meeting.
Parameters
| Parameter | Type | Req. | Description |
|---|---|---|---|
meeting_id | string | Required | The meeting's numeric ID (as a string). |
Requirements
Output
json— Meeting invitation stringZoom.ListUpcomingMeetings
Execution hints
Signals for MCP clients and agents about how this tool behaves.
Does not modify remote state.
May delete or overwrite remote data.
Safe to retry without extra side effects.
Can call out to external systems.
List a Zoom user's upcoming meetings within the next 24 hours.
Parameters
| Parameter | Type | Req. | Description |
|---|---|---|---|
user_id | string | Optional | The user's user ID or email address. Defaults to 'me' for the current user. |
Requirements
Output
json— List of upcoming meetings within the next 24 hours