Skip to main content
Glama

web_search

Search the web via DuckDuckGo to get ranked results with titles, URLs, and snippets, then fetch full text from any result as needed.

Instructions

Search the web with DuckDuckGo.

Returns a list of results with title, url and snippet. Follow up with fetch_url on any result whose full text you need.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
regionNowt-wt
max_resultsNo
Install Server

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations, the description carries the burden of describing behavior. It discloses the search engine, result shape, and the need to fetch full text separately, but it does not mention rate limits, pagination behavior, or failure modes. This is adequate but not richly transparent.

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?

Three short sentences front-load the purpose, then define the output, then give follow-up guidance. Every sentence earns its place with no filler.

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

Completeness3/5

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

For a simple read-only search tool, the description covers core invocation, output shape, and the natural next step. However, missing parameter semantics and a lack of caveats about limitations leave minor but real gaps for an agent relying only on this text.

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 description coverage is 0%, and the description adds no per-parameter meaning. The query parameter is inferable, but the region format (e.g., 'wt-wt') and the exact effect of max_results are left undefined.

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 states a specific action and resource: 'Search the web with DuckDuckGo.' It also defines the output as a list of results with title, url and snippet, clearly distinguishing it as a search tool rather than a generic HTTP fetcher.

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?

It explicitly instructs the agent to 'Follow up with fetch_url on any result whose full text you need,' which provides a clear condition for using a sibling tool. However, it does not mention when to prefer http_request or provide exclusions for web_search, so it stops short of full coverage.

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

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/MrDadpool/mcp-web'

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