Skip to main content
Glama

Eagle Virtual — Stablecoin Freeze & Seize Tracker

Which blacklist and freeze controls a stablecoin issuer has used

get_token_policy
Read-onlyIdempotent

For a given coin, the record of which restriction controls the issuing company has actually used — blacklisting, freezing, taking a balance, lifting a restriction — with the on-chain event signature, how many times, and the first and most recent dates. Reports what has happened, dated. It does not report what a contract is capable of: contract capability inspection is not published yet, and this tool says so rather than inferring that a coin cannot freeze from an absence of records. Discloses no wallets.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tokenNoCoin symbol, e.g. USDT, USDC, EURC. Omit for every coin on record.

TDQS

A4.3/5.0
Behavior5/5

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

The description discloses important behavioral traits beyond the annotations: it reports only what has happened, does not infer capability from absence of records, explicitly states that capability inspection is not published, and discloses no wallets. These details prevent misinterpretation of absence-of-records as inability-to-freeze and clarify privacy boundaries. No contradiction with the readOnly, idempotent, or destructive hints.

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 information-dense and front-loaded, with three sentences covering scope, content, and limitations. There is minor redundancy ('Reports what has happened, dated' partly restates the earlier record of usage with dates), but the structure is clear and each clause carries useful information.

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 simple read-only tool with one optional parameter and no output schema, the description adequately conveys the output content: restriction types, event signature, count, and first/latest dates. It also covers the all-coins case and key limitations. It does not specify the exact response shape, but it provides enough for an agent to select and invoke the tool correctly.

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 100% coverage of the single optional parameter token, including examples and the 'omit for every coin' instruction. The description's phrase 'For a given coin' adds no additional semantic value beyond what the schema already says, so the baseline score of 3 is appropriate.

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 what the tool reports: the record of actual restriction controls used (blacklisting, freezing, taking a balance, lifting a restriction) for a given coin, with event signature, count, and first/latest dates. It also differentiates itself from capability inspection by explicitly stating it does not report what a contract is capable of, which helps distinguish it from related sibling tools.

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: use this tool to see dated, actual usage of restriction controls, with the schema hint that omitting token returns all coins. It also gives exclusions—it does not report contract capabilities and discloses no wallets—so an agent knows not to use it for those purposes. However, it does not explicitly name alternative tools or provide precise when-to-use versus when-not-to-use routing.

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

Each tool targets a clearly distinct query type: per-address history, largest events, coverage metadata, per-coin policy, aggregate statistics, and the public event feed. Where list_freeze_events and get_address_status both return event rows, the descriptions explicitly point agents to the right tool for each use case.

Naming Consistency4/5

The naming is mostly consistent with get_* snake_case verbs, and all names are readable and predictable. Minor deviations are list_freeze_events using 'list' instead of 'get' and get_biggest being more of a query label than a resource noun.

Tool Count5/5

Six tools is well-scoped for a focused read-only tracker. Each tool earns its place and there is no redundancy or bloat.

Completeness4/5

The core domain is well covered: address lookups, token policies, aggregate statistics, coverage checks, ranked events, and a public event feed are all present. Minor gaps include no direct lookup by transaction/block/event ID and no way to page through the full historical event feed, but those limitations are clearly disclosed and do not break common workflows.

Resources