x402_arxiv
Search arXiv for research papers using a query, with a $0.01 USDC fee per call.
Instructions
Research paper search on arXiv ($0.01 USDC/call).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | No | Max results (default 5) | |
| q | Yes | Query |
Search arXiv for research papers using a query, with a $0.01 USDC fee per call.
Research paper search on arXiv ($0.01 USDC/call).
| Name | Required | Description | Default |
|---|---|---|---|
| n | No | Max results (default 5) | |
| q | Yes | Query |
Changes observed during successful MCP inspections.
v1.0.0Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It does mention the $0.01 USDC/call cost, which is useful, but it does not state whether the operation is read-only, whether authentication is needed, or what the response contains. For a paid external API call, more transparency is expected.
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?
The description is a single, front-loaded sentence that communicates the core purpose and the cost without filler. Every word earns its place.
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 tool is simple, with one required and one optional parameter, so the description is minimally viable. However, there is no output schema and no description of the return format, pagination behavior, or query syntax, leaving some ambiguity for an agent invoking the tool.
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 description coverage is 100%, and both parameters are documented: 'q' as Query and 'n' as Max results with a default of 5. The description adds no additional meaning beyond the schema, so the baseline score of 3 is appropriate.
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 states 'Research paper search on arXiv,' which gives a specific verb (search), a specific resource (arXiv), and a domain qualifier (research papers). This clearly distinguishes it from generic siblings like x402_search and other x402 tools.
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 alternatives such as x402_search or x402_read. The description only implies that it is for research paper searches, without stating exclusions, prerequisites, or query construction tips.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.