Skip to main content
Glama

check_xrpl_token

Live safety verdict for an XRPL token: clawback & global-freeze hard rejects, issuer blackhole status (can supply ever be re-minted?), NoFreeze, pool depth & trading fee, LP-burn fraction (is liquidity locked?), plus Cerberus's proprietary rug blocklist & detection history. Verdicts: unsafe | caution | likely_safe | unknown, with reasons. Covers BOTH XRPL fungible-token standards. currency may be a 3-char or 40-char hex trust-line code, OR a 48-char MPTokenIssuanceID — pass an issuance ID and the token is screened as a Multi-Purpose Token instead (issuance locked, clawback, freeze power, allow-listing, transferability, mint headroom and transfer fee), with issuer ignored because the issuance ID already identifies it. Price: $0.005 USDC. Missing something? Call submit_feedback (free) to request it. Pass attest=true to also get an Ed25519-SIGNED attestation of this verdict — portable proof you can log, hand to a counterparty, or verify later with verify_attestation (free) or the published key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
attestNo
issuerYes
currencyYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / attest
      Added value: +{
      +  "default": false,
      +  "title": "Attest",
      +  "type": "boolean"
      +}
  2. First observed

TDQS

A4.6/5.0
Behavior5/5

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

With no annotations, the description bears the full burden and carries it: it discloses that the check is 'Live', that it is paid ('Price: $0.005 USDC'), what gets hard-rejected vs flagged, that `issuer` is ignored for MPT issuance IDs, and that `attest=true` produces an Ed25519-SIGNED attestation. This is rich behavioral disclosure well beyond a generic 'checks token safety' phrasing.

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 core purpose and deliverable are front-loaded in the first sentence, and the denser details (criteria, MPT behavior, attestation) follow in order of importance. It is long, but nearly every clause earns its place; the enumeration of screened criteria could be tightened without losing 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 tool with no output schema, no annotations, and zero schema coverage, the description covers purpose, verdict vocabulary, cost, both token standards, parameter semantics, and the attestation/verification workflow — remarkably complete. The only gap is the exact response shape beyond 'verdict with reasons'; the tool does not state whether the raw metrics it screens (pool depth, LP-burn fraction) are also returned.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must explain all three parameters, and it does: `currency` is specified as a 3-char or 40-char hex trust-line code OR a 48-char MPTokenIssuanceID, `issuer` is noted as ignored when an issuance ID is passed, and `attest=true` is defined as requesting the signed attestation. Every parameter gains meaning the bare schema lacks.

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 opening phrase 'Live safety verdict for an XRPL token' names the exact verb, resource, and deliverable (a verdict), and the criteria list (clawback, global-freeze, blackhole status, LP-burn fraction, rug blocklist) makes the tool's scope unmistakable. It differentiates from siblings such as check_issuer_reputation, check_transaction, and token_holders, none of which produce a token-level safety verdict.

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 gives explicit routing to alternatives — 'Missing something? Call submit_feedback (free)' and 'verify later with verify_attestation (free)' — and explains the decision between the two token-standards paths (trust-line code vs MPTokenIssuanceID). It stops short of explicitly contrasting with the closest sibling checks (check_issuer_reputation, verify_price), so the when-to-use guidance is strong but not fully exclusionary.

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.

Resources