Skip to main content
Glama

Search the web

web_search
Read-only

Search the open web and get back titles, URLs and snippets. Use when the answer is not in the user's own data and not about one named company: what a competitor is saying publicly, what is happening in a market, whether a claim checks out. For one company in depth use research_company; for the contents of a page you already have a URL for use read_web_page. Results are links and snippets, not the pages themselves.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesWhat to search for, in plain words.
domainNoRestrict to one site, e.g. 'techcrunch.com'. Omit to search everywhere.
since_daysNoOnly results from the last N days. Use for "what happened recently" questions.
max_resultsNoHow many results (default 5, max 10).

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.5/5.0
Behavior4/5

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

The readOnlyHint annotation already signals this is a safe read operation, and the description adds the important caveat that results are links and snippets rather than the pages themselves. This is useful behavioral context beyond what annotations provide, though it does not discuss result ordering, staleness, or possible empty results.

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 front-loaded with the core action and result, then gives usage conditions, alternatives, and a key limitation. Every sentence earns its place; there is no filler or redundancy.

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?

The description fully covers what the tool returns, when to use it, when not to use it, and how it differs from related tools. Since there is no output schema, the explicit statement of return contents is especially valuable and sufficient for an agent to invoke it 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?

Schema description coverage is 100%, so the schema already documents query, domain, since_days and max_results. The description adds no new parameter-level meaning beyond the schema, so the baseline of 3 is appropriate.

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 verb and resource ('Search the open web') and the exact return shape: titles, URLs and snippets. It also distinguishes itself from siblings by naming research_company and read_web_page, so an agent can tell it apart without opening their schemas.

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 says when to use this tool: when the answer is not in the user's own data and not about a single named company. It gives concrete examples and names the alternatives for the excluded cases, leaving no ambiguity about selection.

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.