Skip to main content
Glama

Anthony Hunt · SHAART Agency docs

Search the site

search_docs
Read-onlyIdempotent

Search services, pricing, key pages and blog posts. Returns the best matches with URL, title, description and schema.org object.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum results
queryYesWhat to look for, in Spanish or English

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already establish readOnlyHint, idempotentHint, and destructiveHint, and the description adds useful return-shape information ('URL, title, description and schema.org object') and 'best matches' ranking. It does not describe pagination, ordering, or language matching behavior, but for a read-only search tool the annotation coverage keeps this adequate.

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 two concise sentences with no filler. The primary action is front-loaded, and the return information is stated efficiently.

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 simple two-parameter read-only search tool, the description plus schema and annotations is nearly sufficient. It names the searchable content and return fields; the only minor gap is not mentioning the get_page sibling or clarifying result ordering/pagination, but these are not essential for correct invocation.

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%, with both query and limit already documented including defaults and constraints. The description adds no parameter-level detail, 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.

Purpose4/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 services, pricing, key pages and blog posts', and describes the return content ('URL, title, description and schema.org object'). It is clear but does not explicitly contrast with the sibling tool get_page, so it falls short of a 5.

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

Usage Guidelines3/5

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

The description implies usage context by enumerating what can be searched, but it gives no explicit when-to-use guidance or comparison with get_page. There are no exclusion criteria or alternative routing hints, so usage guidance is present but mostly implicit.

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.