Skip to main content
Glama

x402-find

Find: Semantic search over x402 bazaar.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoQ to process
textNoText to process
limitNoLimit to process
queryNoQuery to process
searchNoSearch to process
keywordNoKeyword to process

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / text
      Added value: +{
      +  "description": "Text to process",
      +  "type": "string"
      +}
  2. First observed

TDQS

C2.4/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral burden, and it discloses almost nothing. It does not say whether the call is free or x402-metered, what it returns, result limits, or pagination. For a network-backed search tool with zero annotation coverage, this is a significant gap.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single compact sentence with a front-loaded verb, no wasted words. It is efficient, though the 'Find:' prefix merely restates the tool name.

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 six aliased, unexplained parameters, no output schema, and no annotations, the description is far too thin. An agent lacks enough to decide when to call it or which parameter to populate, so it is not complete enough to invoke reliably.

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

Parameters2/5

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

Schema coverage is nominally 100%, but every one of the six parameters is described with the tautological placeholder 'X to process' (q, text, limit, query, search, keyword), which conveys no meaning. The description does not clarify whether these are redundant aliases or distinct inputs, nor what 'limit' expects. This is the high-coverage baseline overridden by empty schema semantics.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a specific operation and target ('semantic search over x402 bazaar'), so an agent can tell the general intent. However, against a sibling set containing x402-search, x402-token-search, x402-web-search, and get_stats, it offers no differentiation of what makes this search distinct. The vague name prefix 'Find:' adds no clarity.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool versus the many sibling search tools, nor any exclusion or prerequisite. The agent must infer usage entirely from the one-line purpose.

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