Skip to main content
Glama
NXY666

@greatnxy/web-search-mcp

by NXY666

web_search

Search the web for current information. Uses Tavily first, with Brave as automatic fallback.

Instructions

Search the web. Tavily is used first; Brave is used only when Tavily is unavailable, out of quota, rate-limited, or returns no results.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesThe web-search query.
countryNoISO 3166-1 alpha-2 country code, such as CN or US.
freshnessNoOnly return recently published or updated results.
max_resultsNoMaximum number of results. Defaults to 5.
exclude_domainsNoExclude these domains.
include_domainsNoOnly search these domains.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It clearly explains the provider fallback behavior (Tavily first, Brave only under specific failure conditions), which is non-obvious and valuable. However, it does not detail output format, error handling, or rate limits, but the core behavioral nuance is covered.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence, front-loaded with the primary purpose ('Search the web.'), followed by a concise fallback explanation. Every word earns its place; no filler or redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity and the schema's complete parameter coverage, the description is adequate. It adds key provider behavior that is not inferable from the schema. The lack of an output schema is a minor gap, but for a web search tool the return type is intuitive. Overall, the description is sufficient for an agent to select and invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema provides 100% coverage of parameter descriptions, so the baseline applies. The description does not add any additional parameter-level details, but relies on the schema to explain query, country, freshness, max_results, and domain restrictions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb and resource: 'Search the web.' It also adds specific provider fallback logic (Tavily then Brave), which distinguishes the tool's behavior. Though no siblings are present, the purpose is unambiguous and not a tautology.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Usage is implied by the tool's name and description ('Search the web.'), but there is no explicit guidance on when to use this tool versus alternatives, nor any exclusions or prerequisites. The fallback note hints at availability conditions but does not provide direct usage direction.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/NXY666/web-search-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server