get_x402_pricing
FREE. The HostDeFi machine-payable price catalog: every paid resource, its USD price and settlement rails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
FREE. The HostDeFi machine-payable price catalog: every paid resource, its USD price and settlement rails.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden. It discloses that the tool is free to call (FREE) and what it returns (prices and settlement rails). However, it does not mention any behavioral traits such as idempotency, caching, or rate limits, which would be helpful for a read-only catalog 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?
The description is a single sentence with no wasted words. It front-loads the cost indication ('FREE'), then clearly states the purpose and content. 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?
For a simple parameterless tool, the description gives the high-level return content (catalog of prices and settlement rails). However, with no output schema, it lacks details on the structure (e.g., list vs object, field names, optional fields). It is sufficient for basic understanding but not fully comprehensive.
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?
The input schema has zero parameters, so schema coverage is 100% by default. The description adds no parameter-specific information because there are none. Per rubric, baseline 3 is appropriate when the schema already covers the parameters.
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 clearly states the tool returns 'the HostDeFi machine-payable price catalog: every paid resource, its USD price and settlement rails.' This is a specific verb-resource combination (get catalog) and distinguishes it from siblings like buy_api_key (purchase) or swap_evm_price (single swap price).
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?
The description implies the tool is a reference catalog for prices, but it provides no explicit guidance on when to use it versus alternatives (e.g., before buying, to compare settlement rails). There is no when-not or exclusionary language.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.