Skip to main content
Glama

x402_fair_price

Is this price fair for what the service does? Give an x402 service (host, URL, or 0x payTo) and optionally the price you were quoted. Returns the going rate for the SAME capability, median, min, and max across the tools that actually do the same thing, and whether you are overpaying. Groups by real capability, not a coarse category, and says so honestly when there is no comparable set. Call it before paying an unfamiliar service. Free, keyless.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
quotedNooptional: the price per call you were quoted, to benchmark it
targetYesx402 service host, URL, or 0x payTo address

TDQS

A4/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Behavioral transparency carries the full burden here because no annotations are provided. The description does well by stating the exact return signals (going rate, median, min, max, overpaying), the capability-based not category-based grouping, and the explicit caveat that it says so honestly when no comparable set exists. It also says it is free and keyless, which adds practical behavioral context about authentication and cost.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and front-loaded: the opening question states the purpose immediately, then the input, output, edge-case behavior, and usage timing follow. A few ideas are repeated across phrases like 'same capability' and 'actually do the same thing,' but overall each a sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with two parameters, no annotations, and no output schema, this description is complete enough for an agent to select and invoke it correctly. It covers what inputs are needed, what the output represents, how a no-comparable-set case is handled, when to call the tool, and authentication cost expectations. The only minor ambiguity is the exact shape of the 'no comparable set' response, but the description explicitly addresses that behavior enough to guide an agent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already documents both parameters at 100% coverage, so the description's role is limited here. The description mostly paraphrases what the schema says: 'x402 service host, URL, or 0x payTo' is target, and 'optionally the price you were quoted' is quoted. It adds no meaningful constraints, units, formatting, or examples beyond the schema, so the baseline score is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states what tool does: benchmarks an x402 service against the going rate for the same capability and tells you if you are overpaying. It also communicates the output form (median, min, max) and the honest-no-comparable-set behavior. It does not explicitly differentiate itself from sibling tools like x402_best_value, x402_leaderboard, or x402_verdict, but the fair-price/comparison purpose is specific and recognizable.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives a concrete use moment: 'Call it before paying an unfamiliar service.' It also explains that the quoted price is optional and that the tool benchmarks that quoted price. It does not explicitly name alternative tools or state when not to call it, so it stops short of the highest bar of required context information.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.7/5.0
Disambiguation3/5

Many tools share the same core purpose (safety checks) differentiated mainly by chain or asset type, and descriptions are detailed enough to distinguish them most of the time. However, pairs like rug_check/rugcheck and deployer_check/deployer_reputation have overlapping purposes that could lead to misselection.

Naming Consistency3/5

Most tool names follow a lowercase snake_case pattern with clear descriptors, but there are notable exceptions like 'rugcheck', 'defillama', and 'verify'. Additionally, the 'rug_check' vs 'rugcheck' pair is an obvious naming inconsistency.

Tool Count2/5

44 tools is excessive for any server. Even for a broad security/due-diligence purpose, many tools (especially the robinhood_* series) are highly specialized and could be consolidated into fewer actions.

Completeness4/5

The tool surface is impressively comprehensive, covering token/NFT safety, transaction simulation, whale/address tracking, stock analysis, prediction markets, and project validation. Minor gaps exist (e.g., no ENS resolution or stock price history), but they are not critical for the server's core purpose.

Resources