/meeting:write:admin
/meeting:read:admin
/recording:read:admin
Parameter | Type | Default | Description |
---|---|---|---|
account_id | Optional[str] | None | Zoom account ID. If not provided, uses ZOOM_ACCOUNT_ID environment variable. |
client_id | Optional[str] | None | Zoom client ID. If not provided, uses ZOOM_CLIENT_ID environment variable. |
client_secret | Optional[str] | None | Zoom client secret. If not provided, uses ZOOM_CLIENT_SECRET environment variable. |
Function | Description |
---|---|
schedule_meeting | Schedule a new Zoom meeting |
get_upcoming_meetings | Get a list of upcoming meetings |
list_meetings | List all meetings based on type |
get_meeting_recordings | Get recordings for a specific meeting |
delete_meeting | Delete a scheduled meeting |
get_meeting | Get detailed information about a specific meeting |
include_tools
or exclude_tools
to modify the list of tools the agent has access to. Learn more about selecting tools.