cloudflare-search
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CF_SEARCH_URL | Yes | Worker deployment URL (required). | |
| CF_SEARCH_TOKEN | No | Auth token (required if your Worker has TOKEN configured). |
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| web_searchA | Search the web for current information, news, or any topic. Uses multiple engines (Brave, DuckDuckGo, Google, Bing) simultaneously and returns aggregated results with source URLs. Use this when you need real-time information not in your training data. |
| searchA | Search across multiple search engines (Google, Brave, DuckDuckGo, Bing) and return aggregated results. This tool provides comprehensive search results from multiple sources, with source attribution for each result. |
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
Both 'search' and 'web_search' have nearly identical descriptions, both performing aggregated search across multiple engines. An agent cannot distinguish which tool to use, as they appear to do the exact same thing.
Both tools use snake_case naming, which is consistent. However, the names 'search' and 'web_search' are not sufficiently distinct to reflect different functionality, leading to confusion.
With only 2 tools that essentially duplicate functionality, the tool set feels thin and redundant. A search server should offer at least a few distinct search modes or filters to be useful.
The tool set is severely incomplete. There are no tools for filtering by source, date, or type, no citation retrieval, and no configuration options. The duplication of search tools leaves obvious gaps in coverage.