Skip to main content
Glama

x402-web-search

Web Search: Web search via the Brave Search API. Requires BRAVE_SEARCH_KEY to be configured.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoQ to process
maxNoMax to process
queryNoQuery to process

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / max
      Added value: +{
      +  "description": "Max to process",
      +  "type": "string"
      +}
  2. First observed

TDQS

C2.9/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full behavioral burden. It usefully discloses the required environment configuration (BRAVE_SEARCH_KEY), but says nothing about rate limits, pagination, result count, caching, or the x402 payment/cost implications of invoking it, which are material for an agent deciding whether to call it.

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

Conciseness4/5

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

Two short sentences with the resource and provider front-loaded and no padding. It is efficient, though 'Web Search:' partially restates the tool name rather than adding information.

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

Completeness2/5

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

With no annotations, no output schema, and three vaguely-documented parameters, the description leaves critical questions unanswered: which query parameter to use, what max means or its type, and what the response looks like. For a network-backed tool with likely cost implications, this is insufficient.

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

Parameters2/5

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

Schema coverage is nominally 100%, but the schema descriptions are vacuous ('Q to process', 'Max to process', 'Query to process') and the description adds nothing beyond them. Worse, the schema contains two overlapping query parameters (q and query) and types max as a string, ambiguities the description makes no attempt to resolve.

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

Purpose4/5

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

The description names a specific verb and resource ('Web Search') and even identifies the backing provider (Brave Search API), so the agent knows exactly what the tool returns. However, it offers no differentiation from closely-named siblings such as x402-web-search-deep, x402-search, or x402-web-retrieve, so an agent cannot tell from the text alone which one to pick.

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

Usage Guidelines2/5

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

It states a prerequisite ('Requires BRAVE_SEARCH_KEY to be configured'), which is useful, but gives no guidance on when to use this versus the many search/scrape/retrieve siblings. There are no exclusions, no scope conditions, and no fallback advice.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources