Skip to main content
Glama

get_token_attestation

Return the attestation tier (verified / self-described / null) for one (currency, issuer) pair. Data payload includes dispute_contact_url — first tool to name a third party. Wrapped in the proof envelope.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
issuerYes
currencyYes

TDQS

A3.5/5.0
Behavior3/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 does add useful context: the data payload includes `dispute_contact_url` and is 'wrapped in the proof envelope.' However, it omits important behavioral details such as error responses, whether the tool is read-only (implied but not stated), and what 'null' tier means. The disclosure is partial, not comprehensive.

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 concise and to the point, with no redundant filler. However, the phrase 'first tool to name a third party' is odd and potentially confusing in a tool reference; it reads like a developer note rather than user-facing guidance. Still, the description is short enough that each sentence mostly earns its place.

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 the lack of an output schema, the description does a decent job of indicating what is returned (attestation tier, a payload with `dispute_contact_url`, wrapped in a proof envelope). Yet it leaves gaps: no explanation of what the proof envelope is, how to interpret 'null', or any operational context. For a simple lookup tool, this is adequate but not fully complete.

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 0% (neither parameter has a description), so the description must compensate. It only offers 'for one (currency, issuer) pair,' which reinforces that the two parameters are a paired set, but it does not explain expected formats (e.g., ISO codes, strings), examples, or how to handle invalid values. The parameter names are self-explanatory, but the description adds minimal semantic value beyond that.

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: 'Return the attestation tier (verified / self-described / null) for one (currency, issuer) pair.' This is a specific verb+resource+scope structure that immediately distinguishes it from sibling tools like get_amendment_status or get_amm_pool. The mention of a specific payload field further clarifies intent.

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 implies usage context: you use this tool when you need attestation for a specific (currency, issuer) pair. It does not explicitly provide alternatives or when-not-to-use scenarios, but the 'one pair' phrase hints at the intended granularity. There is no mention of when to prefer sibling tools.

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

Every tool targets a distinct resource and action, from amendments and AMM pools to RLUSD supply and whale events. Even the two whale-related tools have clear boundaries: events include all events, while watchlist focuses on tagged-watchlist events. No two tools appear to overlap in purpose.

Naming Consistency5/5

All tools follow a consistent get_<resource> pattern, with the sole exception being verify_snapshot_signature, which correctly uses a verb for a verification action. The naming is uniform, readable, and predictable throughout.

Tool Count5/5

15 tools is at the upper end of the ideal range, but each tool covers a distinct aspect of the XRPL dashboard domain, from ledgers and RLUSD to RWA and UNL. The scope feels well-calibrated for a read-only dashboard server, with no redundant or trivial tools.

Completeness5/5

The tool set provides comprehensive read-only coverage of the dashboard's features, including amendment status, AMM pools, ledger stats, MPT, RLUSD supply/flow, RWA pools/families, token attestations, UNL, whale events/watchlist, and signed snapshots with verification. No obvious gaps exist for the stated purpose.