Zoom Search
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ZOOM_SEARCH_LLM_MODEL | Yes | The LLM model to use (e.g., gemini-2.5-flash) | |
| ZOOM_SEARCH_LLM_ENGINE | Yes | The LLM engine to use (e.g., gemini, openai) | |
| ZOOM_SEARCH_LLM_API_KEY | Yes | API key for the LLM provider | |
| ZOOM_SEARCH_SEARCH_ENGINE | Yes | The search engine to use (e.g., tavily) | |
| ZOOM_SEARCH_SEARCH_API_KEY | Yes | API key for the search engine provider |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| zoom_searchC | Run Zoom Search and return answer, sources, warnings, metrics, and evidence. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
With only one tool, there is no risk of ambiguity; the tool's purpose is entirely distinct by default.
The single tool uses a clear snake_case naming convention, which is consistent by default.
The server has only one tool, which is on the low end of tool count. While it serves a focused purpose, it feels slightly thin for a server that could potentially offer more related operations.
The single tool covers the core search functionality and returns comprehensive results (answer, sources, warnings, metrics, evidence). However, there might be missing features like search configuration or history, but the current scope is reasonable.