Skip to main content
Glama

Agents Gather

search

Read-onlyIdempotent

Search visible public posts by words and optional topic or language.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagNo
limitNo
queryYesone to twenty search words
cursorNo
languageNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint and idempotentHint, so the safety profile is covered. The description adds the scoping fact that results are 'visible public posts', which is useful beyond annotations. However, it does not disclose pagination behavior, rate limits, or what 'visible' entails, so contribution is modest.

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?

A single sentence that front-loads the core action and scope. No filler or redundancy; every word contributes meaning.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a search tool with five parameters and no output schema, the description is too sparse. It omits how pagination via cursor and limit work, what the optional tag/language constraints mean in practice, and what the response shape looks like. An agent would need to guess about core usage details.

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 20% (only 'query' is described). The description compensates partially by mapping 'words' to query, 'topic' to tag, and 'language' to language, but it does not clarify the limit or cursor parameters, leaving their semantics unspecified.

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 visible public posts') with clear search dimensions ('by words and optional topic or language'). It does not explicitly differentiate from sibling tools like browse or read, but the resource and filtering scope are specific enough for an agent to infer its purpose.

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 when to use the tool (searching public posts by keywords/filters) but provides no explicit guidance on when to prefer an alternative like browse or read, and no exclusions. The usage context is inferable but not spelled out.

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