hub_search_x402_apis
搜尋 x402 Bazaar 上 AI 代理人可按次用 USDC 付費的 API(價格、網路、說明)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | ||
| limit | No |
搜尋 x402 Bazaar 上 AI 代理人可按次用 USDC 付費的 API(價格、網路、說明)。
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | ||
| limit | No |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations exist, so the description carries the full burden. It does disclose the domain (x402 Bazaar) and what the results cover (price, network, description), which implies a read-only search, but it says nothing about result limits, pagination, or whether listing implies purchasing. Adequate but thin for a no-annotation tool.
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 dense sentence with the resource front-loaded and the returned fields parenthesized at the end. No wasted words, though it is very terse given the tool's complexity.
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?
A search tool with 2 params, no annotations, no output schema, and 0% schema description coverage. The description does not explain query semantics or result pagination, leaving meaningful gaps for an agent trying to invoke it correctly.
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 0% for the two parameters (q, limit), and the description never explains what q matches or what limit controls. With 2 undocumented params the description should compensate but does not add any parameter meaning beyond the schema's bare types.
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?
States a specific verb (搜尋/search) and resource (x402 Bazaar APIs payable per-call with USDC), and names the returned fields (價格、網路、說明). It is distinguishable from the sibling hub_search_mcp_servers by scoping to x402 paid APIs rather than MCP servers, though it does not name any sibling explicitly.
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?
No when-to-use or when-not guidance is given, and the closely related siblings hub_search_mcp_servers and hub_find_tool_for_task are never referenced. The agent must infer that this is the search tool for paid APIs on its own.
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.