Skip to main content
Glama

Search the Anthid site

search_anthid_site

Search anthid.com — the product, pricing, and company pages — and return matching excerpts with their URLs. Use this for questions about what Anthid is, what it costs, which brokers it connects, or how to get in touch. For endpoints, parameters, and payload schemas, use this server's API tools — search_anthid_api and describe_anthid_endpoint. For narrative guides and streaming client code, which neither corpus here carries, use the documentation MCP server at https://docs.anthid.com/mcp.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of pages to return. Defaults to 5.
queryYesSearch terms, for example "pricing free tier" or "which brokers".

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It discloses the return behavior ('matching excerpts with their URLs') and the scope of the search. It does not mention auth, rate limits, or explicit non-mutating guarantees, but a search tool's read-only nature is strongly implied, so the gap is less critical than for a mutation tool.

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, each earning its place: the first defines the core action and return format, the second lists concrete use cases, and the third routes to relevant alternatives. It is front-loaded with the most critical information and contains no filler.

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?

With a two-parameter schema, no output schema, and no annotations, the description covers everything an agent needs: what is searched, what is returned, when to use it, and which alternatives exist. It even notes the external docs server for content the current corpus lacks. Nothing essential is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the baseline is 3. The description adds value beyond the schema by providing concrete query examples ('pricing free tier', 'which brokers') and clarifying the intended use cases for the query parameter. This helps the agent formulate effective queries, making it a step above the baseline.

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 ('Search'), the resource (anthid.com's product, pricing, and company pages), and the output ('matching excerpts with their URLs'). It also distinguishes itself from siblings by naming search_anthid_api and describe_anthid_endpoint as the API-focused alternatives. This is unambiguous and sets it apart from sibling tools.

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: 'questions about what Anthid is, what it costs, which brokers it connects, or how to get in touch.' It also gives clear exclusions — API introspection tools for endpoints/parameters, and an external MCP server for narrative guides. This offers complete routing guidance without leaving anything to inference.

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.

Resources