Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ZOOM_CLIENT_ID | Yes | The Client ID for your Zoom Server-to-Server OAuth app. | |
| ZOOM_ACCOUNT_ID | Yes | The Account ID for your Zoom Server-to-Server OAuth app. | |
| ZOOM_CLIENT_SECRET | Yes | The Client Secret for your Zoom Server-to-Server OAuth app. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_zoom_sites | Get all Zoom sites/locations with hierarchy and aliases. |
| get_zoom_rooms | Get Zoom rooms with optional location filtering. |
| get_room_details | Get detailed information about a specific Zoom room. |
| resolve_location | DEBUG TOOL: Test how location queries get resolved without fetching rooms. |
| test_zoom_connection | Test Zoom API connection and validate authentication credentials. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |