Skip to main content
Glama

PumpPill — token safety and measured outcomes

Memecoins paired with a tokenized stock

rh_stock_pairs
Read-onlyIdempotent

Robinhood Chain's genuinely novel structure: memecoins quoted in TOKENIZED STOCKS rather than in a native coin. Pass a stock symbol (NVDA, SPY, TSLA) for the trading, unflagged tokens quoted in it with liquidity and the latest scan risk. Omit it for every stock with a count.

This pairing exists on no other chain, so it is usually the part of a Robinhood Chain answer that a reader has never seen stated anywhere.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stockNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.6/5.0
Behavior4/5

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

The annotations already signal a read-only, idempotent, non-destructive tool. The description adds meaningful behavioral detail beyond that: results are 'unflagged' tokens, include liquidity and scan-risk information, and can return an aggregate count. No contradiction with annotations exists.

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 compact and front-loaded: it establishes the unique concept, gives the parameter behavior with examples, states the omit behavior, and explains why the tool matters. No sentence is wasted.

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?

For a one-parameter, no-output-schema tool with rich annotations, this description is sufficient. It tells the agent exactly what input to provide, what the two output modes are, and what kind of data to expect.

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 provides only a bare optional 'stock' string with no description, and schema coverage is 0%. The description fully compensates by explaining both branches of behavior: passing a symbol like NVDA, SPY, or TSLA filters results to that stock, while omitting it returns a count per stock.

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 identifies the resource and behavior: listing memecoins that are quoted in tokenized stocks, with optional filtering by a stock symbol. The phrase 'pairing exists on no other chain' distinguishes it from sibling tools and highlights its unique scope.

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 operational guidance: pass a stock symbol to see tokens quoted in it, or omit it to get every stock with a count. It does not explicitly name alternative tools or state when not to use it, but the usage context is clear.

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