Skip to main content
Glama
goofrey

Zoom Search

by goofrey

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ZOOM_SEARCH_LLM_MODELYesThe LLM model to use (e.g., gemini-2.5-flash)
ZOOM_SEARCH_LLM_ENGINEYesThe LLM engine to use (e.g., gemini, openai)
ZOOM_SEARCH_LLM_API_KEYYesAPI key for the LLM provider
ZOOM_SEARCH_SEARCH_ENGINEYesThe search engine to use (e.g., tavily)
ZOOM_SEARCH_SEARCH_API_KEYYesAPI 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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
zoom_searchC

Run Zoom Search and return answer, sources, warnings, metrics, and evidence.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no risk of ambiguity; the tool's purpose is entirely distinct by default.

Naming Consistency5/5

The single tool uses a clear snake_case naming convention, which is consistent by default.

Tool Count3/5

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.

Completeness4/5

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.

Maintenance

ActivityStale
ResponsivenessNo issues