Skip to main content
Glama

Search the web

search
Read-only

Search the live public web when the user needs current information, sources, or research. Returns citable results with id, title, URL, and text. Pass a result URL to crawl to retrieve the full page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesShort, focused search query
time_rangeNoOptional recency window for time-sensitive searches
max_resultsNoMaximum number of results to return
crawl_resultsNoNumber of top results to retrieve as full pages. Each successful page retrieval adds 1 credit to the base 1-credit search request
exclude_sitesNoDomains to exclude from the search
include_sitesNoDomains to include when the user explicitly scopes the search
search_serviceNoSearch engine to use; choose one only when it matches the user's source intentgoogle

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultsYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already mark readOnlyHint, openWorldHint, and destructiveHint, so the bar is lower. The description adds valuable context: it searches the live public web, returns citable results with specific fields, and signals that full-page retrieval is a separate step. This meaningfully supplements the 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?

Three sentences with no wasted content. The purpose is front-loaded, the return shape is stated, and the follow-up routing to crawl is included efficiently. Every sentence earns its place.

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?

For a 7-parameter tool with a full output schema and safety annotations, the description covers the core purpose, result format, and relationship to the crawl tool. It does not mention other sibling distinctions, but the rich schema and annotations fill most gaps.

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 baseline is 3 and the description need not elaborate. The description does not add much parameter-specific meaning beyond the schema, which is acceptable given the schema's completeness.

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?

States a specific verb ('Search the live public web'), the resource, and the trigger condition ('when the user needs current information, sources, or research'). It also distinguishes from the sibling crawl tool by explaining that full page retrieval happens via passing a result URL to crawl.

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?

Provides clear context for when to use the tool and mentions the crawl sibling for page retrieval. However, it does not explicitly contrast with news, sitemap, or trending, so the agent must infer those alternatives from names rather than guidance.

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.

TDQS

A4.1/5.0
Disambiguation3/5

Search and news both return current web content, so an agent may struggle to choose between them for a news-related query. Search and trending also overlap on popularity/current interest, though crawl and sitemap are clearly distinct.

Naming Consistency4/5

All tool names are single lowercase words, giving a clean and uniform style. The set mixes verbs (crawl, search), nouns (news, sitemap), and a gerund (trending), so it is not perfectly pattern-based but remains predictable.

Tool Count5/5

Five tools is an appropriate size for a search and information retrieval server. Each tool covers a meaningful retrieval need and none feel redundant or unnecessary.

Completeness5/5

The set covers general search, news search, full-page extraction, site discovery, and trending queries, forming a coherent research workflow. Search results can be passed to crawl for deeper retrieval, so there are no obvious dead ends.