Skip to main content
Glama

PumpPill — token safety and measured outcomes

Robinhood Chain token safety read

rh_token_safety
Read-onlyIdempotent

The STORED safety read for one Robinhood Chain token (address = 0x + 40 hex): whether it can be sold, what is flagged on the launch, where the launch money went, and how far it has run from the market cap at which PumpPill first logged it.

Answers in under 100ms from the last stored scan and NEVER triggers a new one. found=false is an honest miss - the token has not been scanned - not a clean bill of health. deep=true means the economics, lock, operator and thesis passes ran; without it only the structural checks did.

A flag is a finding with evidence, not a prediction. 'peak' is the high since scanning began, which can be after logging, so a peak below the entry means the run happened before PumpPill saw it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

Beyond the annotations' readOnlyHint and idempotentHint, the description discloses crucial behavioral nuances: no new scan is ever triggered, found=false is an honest miss, deep=true changes which checks ran, flags are evidence-backed findings not predictions, and peak is measured since scanning began. These details meaningfully shape how the agent should interpret results.

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 longer than average, but almost every sentence adds a needed caveat or semantic clarification. It is front-loaded with the core purpose and then layers essential interpretation rules. Slight redundancy around the stored/no-new-scan point keeps it from being maximally tight.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given there is no output schema and this tool has nuanced result semantics, the description covers the critical return-value meanings: found, deep, flag, and peak. It also addresses timing and interpretation pitfalls. An agent has enough context to invoke the tool and correctly interpret its result without additional documentation.

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?

The schema only says 'Address', but the description specifies the exact required format ('0x + 40 hex') and ties it to a Robinhood Chain token. With 0% schema coverage, this fully compensates for the missing schema-level documentation and gives the agent a precise validation rule.

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 opens with a specific verb and resource: 'STORED safety read for one Robinhood Chain token', then enumerates the exact data dimensions (sellability, flags, launch money, market-cap run). It is clearly distinct from siblings like rh_flagged_recent or sol_token_detail because it is address-keyed, Robinhood Chain-specific, and read-only.

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 clear usage context: it is a fast cached read that 'NEVER triggers a new one', so agents know it is appropriate when a stored result is acceptable. It also explains how to interpret found=false as an honest miss rather than a clean bill of health. It stops short of naming alternative tools for fresh scans or other token chains, so it lacks explicit when-not/alternatives guidance.

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