Skip to main content
Glama

Wallet approval-risk scan + revoke calldata (paid $0.01)

approvals

PAID $0.01 (x402, USDC on Base). Scan a wallet's ERC-20/721 approvals ranked by exposure; flags unlimited amounts, unverified/known-malicious spenders, and address-poisoning 'fake-approval revoke bait'; returns the exact revoke calldata you execute YOURSELF (never executed/broadcast by us). Without payment returns the x402 challenge; pass x_payment. Free teaser: approvals_free.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainYesChain: ethereum | base | bsc | polygon | arbitrum | optimism.
addressYes0x wallet address to scan.
x_paymentNox402 payment payload (base64) for this PAID tool. If supplied it is forwarded as the X-PAYMENT header to settle the call and return the real result instead of a 402 challenge. Omit to get the price challenge first.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.3/5.0
Behavior5/5

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

No annotations exist, so the description carries full weight. It discloses the paid x402 mechanism, the fact that the tool never broadcasts transactions, and that it returns calldata for self-execution. It also explains the 402 challenge behavior when payment is omitted, which is important operational context.

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 4 sentences, starts with the cost, and packs purpose, features, execution model, and payment flow efficiently. Each sentence adds information without redundancy, though the payment behavior is repeated from the schema.

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 no output schema, the description adequately conveys what the tool returns: revoke calldata or a 402 challenge. It covers the payment requirement, security model, and free alternative, making it sufficient for a user to invoke the tool correctly. Some output structure details are missing but not critical.

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 provides complete descriptions for all three parameters (100% coverage). The description primarily reinforces the payment parameter by mentioning x_payment and USDC on Base, but does not add significant new meaning beyond the schema's existing details.

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 the tool scans wallet ERC-20/721 approvals, ranks exposure, flags risky spenders, and returns revoke calldata. It distinguishes itself from the free sibling `approvals_free` and other tools like `simulate` and `token_safety` by its specific focus on approvals and payment model.

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 tells users this is the paid version, noting payment is $0.01 and that without payment it returns a challenge, while `approvals_free` is the free teaser. It also clarifies that users execute the calldata themselves, which sets expectations. However, it does not explicitly contrast with other scan tools like `simulate` or `token_safety` beyond the tool name.

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

Each tool pair (paid and free) clearly delineates a distinct capability: approvals scanning, EIP-712 signature decoding, transaction simulation, and token safety. The free versions are explicitly described as teasers with pointers to the full paid versions, eliminating ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent snake_case pattern: base name for the paid tool and base name + '_free' for the free counterpart. There is no mixing of conventions or vague verbs.

Tool Count5/5

With 8 tools, the server is well-scoped for its purpose. Although four of the tools are free variants, they serve a distinct tiered-access purpose and do not feel excessive.

Completeness4/5

The tool set covers the major wallet-safety domains: approval risks, off-chain signature risks, transaction simulation, and token rug-pull detection. Minor gaps exist (e.g., no direct address reputation lookup or transaction history analysis), but the core workflows are well covered.