Skip to main content
Glama

Genesis402 (x402 pay-per-call)

Wallet risk signals in ONE call

genesis402_wallet_brief

Paid ($0.03 USDC). Wallet risk signals in ONE call: public sanctions-list check + 10-chain scan + activity + summary, with an evidence hash. Heuristic signals from public data: not KYC, not a compliance determination, not legal advice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainNo
addressYes
payment_signatureNoOptional. An x402 v2 payment you signed for this call's quote (the PAYMENT-SIGNATURE header value). Omit to get the price quote first.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior5/5

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

The description discloses the cost (Paid $0.03 USDC), the heuristic nature of signals, and disclaimers that it is not KYC, compliance, or legal advice. It also mentions an evidence hash. These go beyond the annotations (readOnlyHint=false, openWorldHint=true) and inform the agent of important behavioral aspects.

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?

Two sentences with no redundancy. The cost is front-loaded, followed by the core function and a clear disclaimer. Every clause adds value and the structure is easy to scan.

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

Completeness3/5

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

The description covers the tool's purpose and key disclaimers, but lacks details on return structure (no output schema), the meaning of 'evidence hash', and when to use this vs. individual sibling tools. For a paid, multi-faceted tool, more completeness would be expected, though it is not severely deficient.

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

Parameters2/5

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

Schema coverage is low at 33% (only payment_signature has a description). The description does not explain what chain or address are for, nor how they relate to the listed components. It adds no meaning beyond the schema, so it fails to compensate for the sparse parameter documentation.

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 states a specific verb and resource: 'Wallet risk signals in ONE call' and enumerates components (sanctions-list check, 10-chain scan, activity, summary) with an evidence hash. It distinguishes from siblings by emphasizing the combined, single-call nature, setting it apart from individual tools like screen_sanctions or multi_chain_scan.

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 phrase 'in ONE call' implies a comprehensive alternative to making separate calls, providing clear context for when this tool is appropriate. However, it does not explicitly name alternative tools or state when not to use it, such as when only a specific check is needed, so it stops short of full exclusion guidance.

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.