Skip to main content
Glama

wallet_risk

Requires a ChainHelix API key as bearer token, or 5 cents per call paid over Binance b402 in USDT, USDC, USD1 or U on BNB Smart Chain, or over x402 in USDC on the Base network. Risk profile of one wallet address across chains: risk score, mixer funding and source, dormancy, transaction count and value, protocols used, bridge count, flagged status, plus its recent bridge, mixer and transfer events. Public onchain behaviour only

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainNo
addressYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYes
profiledYes
profilesNo
recentEventsNo

TDQS

B3.3/5.0
Behavior4/5

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

There are no annotations, so the description is the default fallback behavior communicator. It clearly discloses authentication and payment requirements, public onchain data scope, and the specific event/attribute types included (mixer, bridge, transfer events). It is transparent about the financial barrier and that it's purely based on public behavior, but it doesn't cover things like cache freshness or rate limiting.

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

Conciseness3/5

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

The description has two sentences and contains useful information throughout, but it front-loads payment details before the core purpose, which reads as a run-on. The long list of output fields is useful but also likely duplicates an output schema and partially interfere with readability.

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?

Given an output schema exists and the schema provides the chain enum, the core function and the payment/scope requirements are covered. But the description remains incomplete regarding input semantics for the optional chain parameter and doesn't clearly articulate the default or expected behavior when chain is omitted. This is a moderate gap for an agent that must construct this call correctly.

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?

With 0% schema description coverage, the description needs to explain the address and chain parameters with special care. It mentions 'wallet address' and 'across chains' but never references the 'chain' parameter directly, does not indicate whether chain is an active filter or aggregation scope, and gives no guidance on address format or default chain behavior. This is a meaningful gap.

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 states 'Risk profile of one wallet address across chains' and enumerates the specific output fields (risk score, mixer funding, dormancy, transaction count, protocols used, etc.). This clearly conveys the tool's verb-adjacent purpose and resource. It's a bit indirect because it doesn't begin with an imperative like 'gets', but the meaning is unambiguous and distinct from siblings.

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 conveys the broad intended use case (assessing risk of a wallet) and important preconditions around API key or alternate payment. It does not, however, explicitly mention when NOT to use this tool, what sibling tools alternatives it compares to, or how it differs from tools like situation_report, chain_brief, or deep_report. The use is implied rather than explicitly contrasted.

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.5/5.0
Disambiguation4/5

Most tools have clearly distinct purposes, but some overlap exists among report tools (situation_report, deep_report, market_state) and spec tools (attest_spec, proof_spec). These could confuse an agent selecting the most appropriate endpoint.

Naming Consistency4/5

Tool names use consistent snake_case and are descriptive, but follow mixed patterns: verb_noun for actions (buy_key, list_attestations) and bare nouns or noun phrases for data endpoints (prices, congestion, wall_map). This is readable but not fully uniform.

Tool Count3/5

With 26 tools, the set is heavy and covers multiple domains (attestation, market data, key management, webhooks). It sits just above the borderline for comfort, but the breadth is justifiable given the server's multi-purpose nature.

Completeness5/5

The tool surface provides full lifecycle coverage for attestation (create, read, verify), key management (buy, claim, status), and webhooks (register, status, unregister), plus a wide range of market data endpoints. There are no obvious gaps or dead ends.

Resources