Skip to main content
Glama

PumpPill — token safety and measured outcomes

One Robinhood Chain wallet's holdings and trades

rh_wallet_record
Read-onlyIdempotent

What a single wallet holds and what it has traded, off the chain's own feed.

A sell's size is derived from the router's minimum-out, so it is a FLOOR and is never reported as profit - do not turn it into a P&L. Many addresses on this chain are routing contracts rather than people; a balance alone does not make an address someone.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior5/5

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

Beyond the annotations (readOnlyHint, idempotentHint, destructiveHint=false), the description adds critical behavioral context: sell sizes are floors derived from the router's minimum-out and must not be converted into P&L, and many addresses are routing contracts rather than people. These disclosures prevent serious misinterpretation and go well beyond what structured annotations provide.

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 three sentences with no fluff: purpose is front-loaded, followed by two high-value caveats. Every sentence earns its place and the structure is easy to parse.

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 read-only, single-argument tool, the description covers the source, the returned content (holdings and trades), and the most important interpretation pitfalls. It lacks explicit output shape and address format details, but the low complexity and strong annotations make it largely adequate.

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 compensate for the lone 'address' parameter. It only generically implies address identifies a wallet, but gives no format, constraints, examples, or validation context. This falls short of what an agent needs for correct invocation.

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 states a specific verb-plus-resource: it reports what a single wallet holds and has traded, sourced from the chain's own feed. This clearly differentiates it from sibling tools like rh_deployer_record or rh_whale_wallets by scope and focus.

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?

Usage is implied by the purpose statement — an agent needing a wallet's holdings/trades would select this tool — but there is no explicit when-to-use guidance, alternatives, or exclusions. The caveats about sell floors and contract addresses aid interpretation, not tool selection.

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