Skip to main content
Glama
maxylev

MCP Server for Stealth Web Search and Fetching

Web Search

websearch

Searches the web with DuckDuckGo or Google, delivering clean titles, URLs, and snippets for research and finding links.

Instructions

Search the web using DuckDuckGo or Google. Returns a clean list of titles, URLs, and snippets. Excellent for researching general knowledge, news, and finding URLs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesThe search query string.
engineNoSearch engine to use. Can be 'duckduckgo' or 'google'. Default is 'duckduckgo'.duckduckgo
regionNoRegion and language code to localize search results (e.g., 'us-en', 'uk-en', 'de-de'). For DuckDuckGo it maps directly. For Google, 'us' is country code and 'en' is language. Default is null (uses template default).
block_mediaNoBlock images, videos, and fonts entirely at the network layer. Default is true.
max_resultsNoMaximum number of search results to return. Default is 10.
safe_searchNoEnable safe search filtering. null = use template default. Applies to both DuckDuckGo and Google.
Behavior3/5

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

With no annotations provided, the description must carry the burden. It discloses the return format ('clean list of titles, URLs, snippets') and the engines used, which is some behavioral transparency. However, it omits details like rate limits, error behavior, or how the network-layer blocking (block_media) affects results, which would be useful beyond the schema. This is adequate but not rich.

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 concise two-sentence summary that front-loads the action ('Search the web') and immediately explains the output and ideal use cases. Every sentence serves a purpose with no wasted words, achieving excellent conciseness and structure.

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?

The tool is a simple search operation, and the description covers purpose, output, and use cases. Since there is no output schema, it compensates by describing the return list. It does not mention limitations (e.g., engine-specific differences, pagination) but those are not critical for basic usage. Overall, it is complete for the tool's complexity.

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 has 100% coverage, meaning every parameter (query, engine, region, block_media, max_results, safe_search) already has a description. The tool description adds no additional parameter-specific meaning beyond what the schema provides. Per the baseline rule, a score of 3 is appropriate when the schema does the heavy lifting.

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 clearly states the tool's function: 'Search the web using DuckDuckGo or Google' and describes the output as 'titles, URLs, and snippets.' It defines a specific verb and resource, but does not explicitly differentiate from the sibling tool 'webfetch', which searches vs. fetches. The phrase 'finding URLs' hints at a distinction but lacks direct comparison.

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

Usage Guidelines4/5

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

The description provides clear use cases ('researching general knowledge, news, and finding URLs') which tells when to use the tool. However, it does not discuss when not to use it or mention the alternative 'webfetch' for fetching specific pages. This is clear context without exclusions, so it earns a 4.

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/maxylev/searchfetch'

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