Skip to main content
Glama
blueewhitee

agent-web-search-mcp

by blueewhitee

web_search

Read-onlyIdempotent

Retrieve current web information by searching multiple engines and returning ranked, content-rich chunks with source URLs and context.

Instructions

Search the web and return ranked, content-rich results.

Queries multiple search engines, fetches full page content, extracts clean text, scrubs prompt injections, chunks by semantic boundaries, and ranks chunks by cosine similarity to the query.

Use this when the user asks about current information, facts, documentation, or anything that requires up-to-date web results.

Returns markdown-formatted ranked chunks with cosine similarity scores, source URLs, and surrounding parent context for each chunk.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

The description discloses substantial behavioral details beyond the annotations: it queries multiple engines, fetches full page content, scrubs prompt injections, chunks by semantic boundaries, and ranks by cosine similarity. This gives the agent a realistic expectation of processing scope and security measures, far exceeding the minimal readOnly/idempotent hints from annotations.

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 efficiently structured: a one-sentence purpose statement, a compact process overview, a clear usage trigger, and a concise return-format note. No word is wasted, and it is appropriately front-loaded with the primary action.

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

Completeness5/5

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

Despite the tool's complexity, the description covers the core function, internal processing steps, usage context, and output structure. The presence of an output schema further fills in return details, so the description is complete enough for an agent to select and invoke the tool confidently.

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?

The description does not explicitly mention the 'query' or 'render_js' parameters, despite schema description coverage being 0%. While the schema itself provides robust descriptions, the fail here is that the tool description adds no direct value for parameter selection, failing to compensate for the low coverage as required.

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 opens with 'Search the web and return ranked, content-rich results,' which clearly specifies the verb (search), resource (web), and output format (ranked results). It further details the multi-step process, making it unambiguous and distinguishing it from generic search tools.

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

Usage Guidelines5/5

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

The description explicitly states when to use the tool: 'Use this when the user asks about current information, facts, documentation, or anything that requires up-to-date web results.' This provides clear, actionable guidance for an AI agent, even without sibling tools to compare against.

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/blueewhitee/agent-web-search-mcp'

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