xnt_price
Current XNT/USD price + 24h/1h change from the on-chain USDCx pool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Current XNT/USD price + 24h/1h change from the on-chain USDCx pool.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 load. It discloses the data source (on-chain USDCx pool) and the exact output metrics, which is useful. However, it doesn't mention trade-offs like staleness, network requirements, or side effects—though for a price ticker, the read-only nature is implicit.
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 sentence, front-loaded with the key output (price + changes), and no filler. Every word adds information.
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 parameterless price endpoint, the description fully covers what data is returned and from where. The only missing contextual detail is the response format, which is minor without an output schema.
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?
Zero parameters existholistic, so there is nothing to document beyond the schema, which is trivially complete. Baseline 4 applies.
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 clear, specific operation: returning the current XNT/USD price plus 24h and 1h changes, sourced from the on-chain USDCx pool. The data source and metrics distinguish it from sibling price tools, though it relies on the tool name to imply the verb.
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?
Usage is implied by the description—for getting XNT/USD price and changes—but it does not explicitly state when to choose it over siblings or any exclusions. No alternative tools are mentioned.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.