Skip to main content
Glama

x402_verdict

Check an x402 payee BEFORE paying it. Give an x402 resource URL or a 0x payTo address; returns recommended_action (proceed | caution | do_not_proceed | insufficient_data) plus the evidence: score, band, scam/drain/sanction flags, one-hop taint, demand concentration (router/self-dealing smell), and an asset-spoof check. Free, keyless, neutral -- it never decides for you. Call this in your onBeforeSettle / pre-payment step.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetYesx402 resource URL (https://...) or 0x payTo address

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the transparency burden. It discloses that the call is free, keyless, and neutral, and it enumerates the response fields including the recommended_action verdict and evidence components. It stops short of describing error cases or failure behavior, but it is materially transparent.

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

Conciseness5/5

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

The description is compact and front-loaded, with the core action in the first clause. Every sentence contributes either usage timing or output details, with no filler.

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?

Even without an output schema, the description enumerates the full expected return set and the call context, which is enough for an agent to invoke and interpret the result. It leaves out edge-case behavior (e.g., invalid target format), but the single parameter and clear phase make it largely complete.

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 sole parameter 'target' has 100% schema description coverage, so the description need not repeat it. It does restate 'resource URL or a 0x payTo address' but adds no syntax, format, or constraint detail beyond the schema.

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 opens with a specific verb and resource: 'Check an x402 payee BEFORE paying it', and lists concrete return values (recommended_action, flags, taint, etc.). This clearly separates it from x402_leaderboard/x402_profile and other security-lookup siblings.

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?

It explicitly instructs when to use the tool: 'Call this in your onBeforeSettle / pre-payment step' and says it never decides for you, implying an advisory role. It does not name alternative tools or exclusions, but the placement guidance is unambiguous.

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