Skip to main content
Glama

get_wallet_activity

A readable, risk-annotated history of what an XRPL wallet did: recent transactions turned into plain language (sent/received amounts with token names, trustlines, DEX/AMM ops), with counterparties on the Cerberus rug blocklist flagged, new trustlines to blocklisted issuers flagged, and account-takeover transactions (SetRegularKey, SignerListSet, master-key disable) surfaced as notable — watching your OWN wallet is compromise detection. Returns XRP balance, a summary (in/out counts, distinct and flagged counterparties, notable events), and a marker to page further back. Read-only. Price: $0.008 USDC. Missing something? Call submit_feedback (free) to request it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
addressYes

TDQS

A4.1/5.0
Behavior5/5

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

With no annotations provided, the description fully discloses behavior: it is read-only, flags blocklisted counterparties, surfaces notable transactions, and returns specific data including a pagination marker. It also mentions the price and a feedback channel. This exceeds the burden for transparency, clearly stating the tool's safety and functional traits.

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 a single long sentence followed by a short feedback note. It is dense with valuable information and front-loaded with the core purpose, but the length and run-on structure slightly reduce readability. Every sentence earns its place, though the first sentence could be more scannable.

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?

The description covers purpose, return values (balance, summary, marker), risk features, price, and read-only nature. With no output schema, it reasonably explains outputs. However, it lacks details on error conditions, exact formatting of returned data, or how pagination actually works (e.g., using a recent call's marker as input), leaving minor ambiguity.

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 description coverage is 0%, so the description must explain the parameters. It mentions 'address' indirectly via 'wallet' and 'recent transactions' but does not clarify the 'limit' parameter or any pagination input. The marker is only described as a return value, not as an input for further paging. This leaves significant gaps for the two parameters.

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 purpose: providing a readable, risk-annotated history of an XRPL wallet's recent transactions. It lists specific features (plain-language amounts, trustlines, DEX/AMM ops, blocklist flags, notable account-takeover transactions) and distinguishes itself from sibling tools like check_address or check_alerts by focusing on comprehensive wallet activity monitoring.

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 implies a clear use case ('watching your OWN wallet is compromise detection') and notes it is read-only and priced. However, it doesn't explicitly contrast with sibling tools or state when not to use it, instead deferring unmet needs to submit_feedback. This provides context but lacks explicit exclusions or direct alternative comparisons.

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

A3.7/5.0
Disambiguation5/5

Each tool targets a distinct resource and action: address checks, token checks, price analysis, transaction simulation, path finding, wallet history, pool discovery, attestation, and monitoring all have clear boundaries. While some tools share domain (e.g., check_xrpl_token vs resolve_asset), their purposes are clearly differentiated in descriptions.

Naming Consistency5/5

Nearly all tools follow a verb_noun pattern (check_*, get_*, verify_*, analyze_*, explore_*, find_*, quote_*, watch_*, submit_*). The only slight deviation is 'token_holders', a noun phrase, but it is still concise and follows the same lowercase snake_case style, so it does not create confusion.

Tool Count4/5

20 tools is on the heavier side of the ideal range, but the server's scope—cross-chain security, token analysis, monitoring, attestation, and market data—justifies this breadth. Each tool covers a distinct sub-domain, so the count is reasonable though slightly above the typical 3-15 sweet spot.

Completeness5/5

The tool surface comprehensively covers the domain: token discovery, safety, identity, price, holders, monitoring, address/issuer risk, transaction simulation, route finding, wallet activity, endpoint trust, and attestation. There are no obvious dead ends; users can discover tokens, verify them, track them, and receive alerts—a full lifecycle for crypto risk assessment.

Resources