Skip to main content
Glama

search

Discover web pages by querying and get ranked results with links, titles, and snippets. Use the returned URLs to fetch safe page content.

Instructions

Search the web and return ranked hits (title, url, snippet, engine).

Not for reading: it returns links, never page content. Use read_url for one known URL, or research when you want the answer rather than the links.

Use this to find pages, then pass the URLs you want to read_url for safe, grounded content. Results come from a self-hosted SearXNG instance when SEARXNG_URL is set, otherwise from a search page rendered through the stealth browser. Hits are links only — nothing is fetched until you ask.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoHow many hits to return. Values outside 1-25 are clamped rather than rejected.
queryYesWhat to search for. Must not be empty.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
hitsYes
queryYes
backendYes
Behavior4/5

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

With no annotations, the description must carry the behavioral burden. It discloses key traits: returns links only, never page content, nothing is fetched until asked, and results come from a self-hosted SearXNG instance or a stealth-browser-rendered search page depending on `SEARXNG_URL`. This goes well beyond the schema but stops short of describing error handling or rate limits.

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 compact and well-structured, using three short paragraphs to cover purpose, usage guidance, and backend behavior. Every sentence adds value and there is no repetition.

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?

This is a simple search tool with an output schema and rich annotations in the schema. The description covers purpose, when to use it, behavioral constraints, and backend variability. 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?

Schema description coverage is 100% (both `query` and `limit` have descriptions). The tool description does not add extra semantics beyond the schema—no additional explanation of `limit` or `query` behavior is provided. Baseline 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 clearly states the tool's verb and resource: 'Search the web and return ranked hits (title, url, snippet, engine).' It also explicitly differentiates from siblings by stating 'Not for reading' and pointing to `read_url` for one known URL and `research` for answers rather than links.

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 provides clear when-to-use guidance: 'Use this to find pages, then pass the URLs you want to `read_url`.' It also gives explicit when-not-to-use instructions: 'Not for reading: it returns links, never page content' and names alternatives (`read_url`, `research`).

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/dmytrome/groundhog'

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