Skip to main content
Glama

0xrhXBT — Robinhood Chain Intelligence

stock_float

The AP float board: primary-market creations (mints from the zero address, i.e. real shares tokenized) and redemptions (burns) per tokenized stock over 24h, 7d and 30d, each window carrying event counts, shares created and redeemed, and netShares. This is the authorized-participant read an ETF desk uses, and it exists in no DEX index because primary-market flow never touches a pool. Precomputed every 5 minutes on the agent; the response carries computedAt and validUntil and, when stale, withholds rows with a dataNote rather than serving a board that claims demand stopped. Tokens with no primary-market flow in 30d are omitted, never zero-filled.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Added

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden and does so exceptionally. It discloses that data is precomputed every 5 minutes, the response includes computedAt and validUntil, stale data withholds rows with a dataNote instead of serving misleading info, and tokens with no flow in 30d are omitted (never zero-filled). These behavioral details go well beyond what a typical tool description provides.

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 information-dense yet concise. It opens with the core definition, then adds context about the AP/ETF use case and DEX exclusion, then covers data freshness and omission rules. Every sentence contributes meaningful detail, with no redundant or filler content. It is a single compact paragraph that front-loads the most critical information.

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?

Despite having no parameters and no output schema, the description fully equips an agent to understand what the tool returns: windowed aggregates (24h/7d/30d) with event counts, shares created/redeemed, netShares, and freshness metadata (computedAt/validUntil, dataNote). It also clarifies the conceptual foundation (primary-market vs DEX). Nothing essential for calling this tool correctly is missing.

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

Parameters4/5

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

The tool has zero parameters, so the baseline is 4. The description correctly does not attempt to add parameter documentation. It implicitly communicates that the tool requires no configuration, which is appropriate given the schema has no properties.

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 function: it reports primary-market creations (mints) and redemptions (burns) per tokenized stock over 24h, 7d, and 30d windows, with event counts, shares created/redeemed, and netShares. It also distinguishes itself from DEX indexes by explaining that primary-market flow never touches a pool, which differentiates it from sibling tools like get_stock_premiums or get_stock_multipliers.

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 provides clear context on when to use this tool: it is the authorized-participant read for an ETF desk and is not found in DEX indices. However, it does not explicitly name alternative sibling tools or state conditions like 'use X instead when you need secondary-market data.' The guidance is implied rather than explicit, so it's strong but not perfect.

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

Every tool targets a distinct slice of Robinhood Chain intelligence: token data, premiums, perp markets, stablecoin flows, corporate actions, risk checks, and sentiment. Even overlapping areas (e.g., get_token vs. search_tokens, get_stock_premiums vs. get_stock_multipliers) are clearly separated by purpose. No two tools appear to duplicate each other's core function.

Naming Consistency3/5

The tool names mix conventions: most are verb-led (get_, search_, check_), but several are noun phrases (chain_composition, perps_markets, stablecoin_flows). Within the get_ group the pattern is consistent, but across the full set the mixing of prefixes and bare nouns makes the naming less predictable. Still, each name is descriptive enough to infer its role at a glance.

Tool Count2/5

With 26 tools, the set exceeds the 25-tool threshold for 'too many'. While the domain is broad (covering tokens, perps, stablecoins, corporate actions, flows, and narratives), the sheer number risks over engineering and agent confusion. Some tools could be grouped (e.g., perps_funding and perps_markets might be one, get_token and get_token_candles might share). The scope feels stretched.

Completeness4/5

The surface covers a comprehensive array of Robinhood Chain data: token details, market premiums, perp funding, stablecoin flows, settlement graphs, corporate actions, and risk assessment. Minor gaps exist (e.g., no direct wallet transaction history, no governance queries), but for the stated purpose of 'chain intelligence' the coverage is robust and includes both live and historical reads.

Resources