cross-validated-search
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_webA | Search the web for real-time information, news, images, books, or videos. Always use this to verify facts or get up-to-date information before answering. |
| browse_pageA | Fetch and extract pure text content from a specific URL. Use this to read the full content of a page found via search_web. |
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 2 tools
The two tools have clearly distinct purposes: search_web handles queries, browse_page retrieves page content. No overlap.
Both tools use a consistent verb_noun pattern (browse_page, search_web), making them predictable.
Only 2 tools for a search server is minimal but functional for basic web search and page retrieval. Slightly under-scoped.
Covers search and content retrieval, but lacks specialized search types (images, news, etc.) or filtering options, which are mentioned in search_web description but not provided as separate tools.