Skip to main content
Glama

x402_audit_merchant

Full paid due-diligence audit of an x402 merchant: live probe, price-drift detection between advertised and actual challenge price, settlement history, unique buyer count, and on-chain verification that USDC actually reaches the payTo address. Returns PASS/CAUTION/AVOID with evidence. Costs $0.01 USDC via x402 — returns payment instructions if called without payment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesAbsolute https URL of the x402 resource to audit.

TDQS

A3.9/5.0
Behavior4/5

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

There are no annotations, so the description carries the full burden. It discloses that the tool is paid, costs $0.01 USDC via x402, and that calling without payment returns payment instructions. It also states it performs a live probe and returns PASS/CAUTION/AVOID with evidence. While it doesn't detail every side effect (e.g., network requests to the target) or auth, it transparently surfaces the key cost and payment behavior.

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 dense but every clause earns its place: it lists specific audit components, states the return type, and communicates cost/payment fallback. It is not as minimal as possible but remains focused and readable without fluff.

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

Completeness4/5

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

Given one parameter, no output schema, and no annotations, the description reasonably explains what happens (audit checks), what comes back (PASS/CAUTION/AVOID with evidence), and the payment flow. It doesn't cover timing or failure modes, but for a single-URL audit tool, the core context is present.

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 covers the only parameter fully: 'Absolute https URL of the x402 resource to audit' is a clear description. The tool description adds context that the URL is a merchant's endpoint, but no additional param semantics beyond the schema. This matches the baseline for high schema coverage.

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

Purpose5/5

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

The description clearly names the tool's action ('Full paid due-diligence audit' of an x402 merchant) and enumerates specific checks: live probe, price-drift detection, settlement history, unique buyer count, and on-chain verification. This differentiates it from sibling x402_check_endpoint by emphasizing a comprehensive audit rather than a basic endpoint check.

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

Usage Guidelines3/5

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

The description implies when to use the tool — when a thorough, paid audit is needed — and warns that it costs $0.01 USDC, suggesting it is a heavier operation than simpler alternatives. However, it does not explicitly name alternatives or state when NOT to use it, leaving the choice between this and x402_check_endpoint to inference.

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

A4.2/5.0
Disambiguation5/5

Each tool targets a distinct aspect of the x402 ecosystem: endpoint liveness, deep merchant audit, facilitator comparison, gas pricing, market analytics, and verified merchant listings. There is no real overlap between tools.

Naming Consistency3/5

All tools share the x402_ prefix and snake_case, but only audit_merchant and check_endpoint follow a verb_noun pattern. The remaining tools are noun phrases like gas_price, market_stats, and verified_merchants, making the naming conventions mixed yet still readable.

Tool Count5/5

Six tools is well-scoped for an ecosystem intelligence server. Each tool fills a distinct niche and none feel redundant or superfluous.

Completeness5/5

The tool set covers the entire discovery and research workflow for the x402 economy: checking endpoints, finding verified merchants, auditing merchant trustworthiness, choosing facilitators, estimating gas costs, and assessing market viability. No obvious dead ends or critical gaps.