Skip to main content
Glama

robinhood_nft_value

Value the ASSETS HELD INSIDE a Robinhood-chain NFT (ERC-6551 token-bound account). StonkBrokers-style NFTs each own a wallet that can hold stock tokens and coins, so the NFT is worth its floor PLUS its contents -- which nobody else surfaces. Give the collection 0x address and a token id; derives the bound account on-chain and lists + prices its holdings. Use for 'what's inside this Robinhood NFT / what is this broker worth / does this NFT hold stock tokens'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainNochain (default robinhood)
token_idYesthe NFT token id (number)
collectionYesthe 0x NFT collection address on Robinhood Chain

TDQS

A4.3/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. It transparently describes the operation: 'derives the bound account on-chain and lists + prices its holdings.' However, it doesn't explicitly state read-only nature or edge cases like non-ERC-6551 NFTs, minor gaps for a valuation tool.

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?

Three sentences with the core purpose front-loaded in the first sentence, followed by context and usage. Each sentence adds value, but the ALL-CAPS emphasis and the aside 'which nobody else surfaces' make it slightly longer than necessary.

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?

For a complex tool with no output schema, the description covers what it does, why it's unique, and when to use it, including the on-chain derivation mechanism. It lacks explicit return-format or total-value statement, but 'lists + prices its holdings' reasonably implies the output.

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?

Schema coverage is 100%, so baseline is 3. The description adds meaning by explaining that collection is the NFT collection address and token_id identifies the NFT, and it clarifies the chain context (Robinhood) which informs the default chain parameter. This adds process insight 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?

Clearly states it values the assets held inside a Robinhood-chain NFT (ERC-6551 token-bound account), using a specific verb and resource. The description distinguishes it from siblings by noting 'which nobody else surfaces' and provides concrete intended uses.

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?

Provides explicit use-case scenarios in quotes: 'what's inside this Robinhood NFT / what is this broker worth / does this NFT hold stock tokens.' While it doesn't list alternatives or exclusions, the differentiation from floor-price tools is implied through 'floor PLUS its contents -- which nobody else surfaces.'

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