Skip to main content
Glama

0xrhXBT — Robinhood Chain Intelligence

get_settlement_graph

The stock-settlement counterparty graph: which wallets move tokenized equities to whom, off-pool, aggregated per wallet (counterparty addresses, prints, bought/sold notional, distinct tokens, top-counterparty concentration, connected component) with whole-graph totals. Precomputed every 10 minutes; the response carries computedAt, validUntil and a stale flag, and when stale the rows are withheld rather than served as current. Counterparties are addresses, not people, and a component means reachable through a chain of settlements, not the same owner.

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.4/5.0
Behavior5/5

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

With no annotations, the description carries the full transparency burden and excels: it discloses the 10-minute precomputation cycle, the presence of computedAt, validUntil and a stale flag, and the critical behavior that stale rows are withheld rather than served. It also clarifies semantic nuances about counterparties and components, which are easily misinterpreted.

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 a single, information-dense sentence that front-loads the main purpose ('stock-settlement counterparty graph') before filling in specifics. Every clause adds value—aggregation fields, staleness handling, and semantic disambiguation—without redundant or filler words.

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?

Given the complexity of the graph tool, the description covers key aspects: what data is included, how it is aggregated, freshness, and semantic interpretation. It lacks explicit permission or rate-limit info (no annotations), but the absence of an output schema makes the detailed row-field listing more valuable. Slightly incomplete in operational details but strong overall.

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 input schema has zero parameters, so there is no parameter semantics to explain. The baseline for 0 parameters is 4, and the description adds no unnecessary parameter details, instead focusing on the response structure, which is appropriate given the lack of an output schema.

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 tool as a stock-settlement counterparty graph, specifying the exact action (which wallets move tokenized equities to whom), the context (off-pool), and the aggregation details (per wallet with counterparty addresses, notional, concentration, etc.). This distinguishes it from sibling tools like get_equity_flows or get_bridge_flow, which focus on different data dimensions.

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?

The description implies usage for analyzing off-pool tokenized equity settlement relationships, but it does not explicitly state when to prefer this tool over alternatives or provide exclusions. Sibling tools are not referenced, leaving the agent to infer the niche from the detailed purpose statement.

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