Skip to main content
Glama

check_approvals

Identify risky wallet approvals across EVM, TRON, and Solana by listing ERC-20 allowances, NFT operator approvals, and Permit2 grants, each graded by risk.

Instructions

What has this wallet already handed out? Lists standing approvals across EVM chains, TRON and Solana — ERC-20 allowances, NFT operator approvals (ApprovalForAll) and grants held inside Permit2 — each with a graded risk level. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYeswallet address: EVM 0x…, TRON T…, or Solana base58

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

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 full burden of behavioral disclosure. It explicitly states 'Read-only,' which is a critical safety trait. It also describes the scope of checks and mentions 'graded risk level,' hinting at output structure. However, it omits details like network call behavior or error handling, which are minor for a read-only tool, justifying a 4.

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 a single, well-structured sentence that front-loads the core action ('Lists standing approvals') and then efficiently details the scope and output. The opening rhetorical question adds a human touch without bloat, and every phrase contributes to understanding, earning a top score for conciseness.

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?

For a tool with one parameter and no output schema, the description covers the main functional aspects: what it lists, across which chains, and the graded risk element. It does not specify the exact return format (e.g., array structure), but the nature of 'lists' implies a collection, and the description is sufficient for an agent to infer expected behavior. A 4 reflects slight incompleteness in output detail.

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 a complete description of the 'address' parameter (100% coverage), specifying the accepted formats (EVM 0x…, TRON T…, Solana base58). The description does not add any additional semantic meaning beyond what the schema states, so it relies on the schema, matching the baseline score of 3.

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's function with a specific verb ('lists') and resource ('standing approvals'), enumerating the covered chains (EVM, TRON, Solana) and approval types (ERC-20 allowances, NFT operator approvals, Permit2 grants). This distinguishes it from the sibling check_token, which presumably focuses on token data, making the purpose unambiguous.

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 provides clear context about what the tool does but does not explicitly contrast it with check_token or state when to prefer one over the other. It implies usage through its detailed scope, but lacks explicit 'use this when' or 'not for' exclusions, placing it at a 4 rather than a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools