Skip to main content
Glama

tokenized_stock

Verify a TOKENIZED STOCK on ROBINHOOD CHAIN against Robinhood's OWN issuer registry: is this the GENUINE Robinhood-issued token (matched to the exact contract in api.robinhood.com/rhj) or a same-name COPYCAT/impersonator, is it TRACKING the real equity (healthy peg, multiplier-aware) or DE-PEGGED, and the disclosure that these are tokenized DEBT not equity. Accepts a TICKER (NVDA, AAPL, TSLA) OR a 0x contract address to check a specific token. THE tool for 'is this tokenized NVDA/etc real / the genuine contract / a fake / tracking'. Robinhood's unique lane -- nobody else checks the genuine contract or the peg.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tickerYesa stock ticker (NVDA, AAPL, TSLA, SPY) OR a 0x token contract address to verify against Robinhood's registry

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations, the description carries full burden and does well: it discloses the verification against Robinhood's registry, the peg/multiplier check, and the tokenized debt disclosure. It doesn't specify output structure or edge cases, but provides substantial behavioral context.

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 one long paragraph with all-caps emphasis, but every clause adds value. It is somewhat verbose but not wasteful, front-loading the core purpose and using precise language to convey complex checks.

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 (multiple verification dimensions) and no output schema, the description hints at expected outcomes (genuine vs copycat, pegged vs depegged, debt disclosure) but doesn't specify output format. It is fairly complete for selection and invocation, though not exhaustive.

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

Parameters3/5

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

Schema coverage is 100% and the schema already explains the ticker or address parameter with examples. The description repeats this with similar examples (NVDA, AAPL, TSLA) and adds 'to check a specific token', but adds no new semantic meaning beyond the 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 states the tool verifies a tokenized stock against Robinhood's own issuer registry, checking for genuineness, peg status, and debt nature. It explicitly differentiates from siblings by noting 'Robinhood's unique lane -- nobody else checks the genuine contract or the peg', making its purpose specific and distinct.

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?

It explicitly claims to be 'THE tool' for verifying tokenized stocks, giving strong usage guidance. It mentions the unique lane compared to others, but does not explicitly name alternative tools or say when not to use it, so it lacks formal exclusion criteria.

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
Disambiguation3/5

Many tools share the same core purpose (safety checks) differentiated mainly by chain or asset type, and descriptions are detailed enough to distinguish them most of the time. However, pairs like rug_check/rugcheck and deployer_check/deployer_reputation have overlapping purposes that could lead to misselection.

Naming Consistency3/5

Most tool names follow a lowercase snake_case pattern with clear descriptors, but there are notable exceptions like 'rugcheck', 'defillama', and 'verify'. Additionally, the 'rug_check' vs 'rugcheck' pair is an obvious naming inconsistency.

Tool Count2/5

44 tools is excessive for any server. Even for a broad security/due-diligence purpose, many tools (especially the robinhood_* series) are highly specialized and could be consolidated into fewer actions.

Completeness4/5

The tool surface is impressively comprehensive, covering token/NFT safety, transaction simulation, whale/address tracking, stock analysis, prediction markets, and project validation. Minor gaps exist (e.g., no ENS resolution or stock price history), but they are not critical for the server's core purpose.

Resources