x402-assistant
x402-assistant: 平台自营 x402 导购——agent 付 USDC 用自然语言描述需求,返回匹配的可用服务推荐(含 id/价格/理由)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Query to process | |
| prompt | No | Prompt to process | |
| question | No | Question to process |
x402-assistant: 平台自营 x402 导购——agent 付 USDC 用自然语言描述需求,返回匹配的可用服务推荐(含 id/价格/理由)。
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Query to process | |
| prompt | No | Prompt to process | |
| question | No | Question to process |
Changes observed during successful MCP inspections.
Input schema / properties / promptAdded value: +{
+ "description": "Prompt to process",
+ "type": "string"
+}Input schema / properties / queryAdded value: +{
+ "description": "Query to process",
+ "type": "string"
+}Input schema / properties / questionAdded value: +{
+ "description": "Question to process",
+ "type": "string"
+}Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden, and it does disclose two important traits: the call costs USDC and the input is free-form natural language rather than structured filters. It also discloses the shape of the return (id/price/reason), which compensates for the missing output schema. It omits payment amount/metering, failure behavior, and latency/caching expectations.
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 front-loaded sentence with the tool identity, payment model, input mode, and output shape packed in without filler. It is dense but readable; it loses only because cramming four facts into one em-dash chain makes the payment/return clauses easy to skim past.
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?
The description partially compensates for the absent output schema by enumerating what a recommendation contains (id/price/reason), and it flags the USDC payment. But for a paid meta-discovery tool with three redundant, optional, poorly documented string params, the agent still lacks guidance on which param to populate and what an empty or ambiguous result means.
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%, so the baseline is 3, and the description adds only the phrase 'describe your need in natural language' over that. Critically, the schema's three parameters (query/prompt/question) all carry identical placeholder text ('... to process'), and the description never clarifies whether they are aliases, mutually exclusive, or ranked — leaving a real ambiguity unaddressed.
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 role — a platform-run x402 'shopping guide' that takes a natural-language need and returns matched service recommendations with id/price/reason. That is a concrete verb+resource and is meaningfully different from the numeric/string utility siblings. It does not, however, explicitly distinguish itself from the other meta-tools service_discovery and get_stats.
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 explicit when-to-use guidance, no when-not-to-use condition, and no alternative tool is named. The agent must infer that this is for discovering x402 services from a free-form need, and cannot tell from the text why it would pick this over service_discovery or a direct x402-* call.
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.