x402-find
Find: Semantic search over x402 bazaar.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Q to process | |
| text | No | Text to process | |
| limit | No | Limit to process | |
| query | No | Query to process | |
| search | No | Search to process | |
| keyword | No | Keyword to process |
Find: Semantic search over x402 bazaar.
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Q to process | |
| text | No | Text to process | |
| limit | No | Limit to process | |
| query | No | Query to process | |
| search | No | Search to process | |
| keyword | No | Keyword to process |
Changes observed during successful MCP inspections.
Input schema / properties / textAdded value: +{
+ "description": "Text to process",
+ "type": "string"
+}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.
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.
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.
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.
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.
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.
Add one secure layer between your agents and this server.