Skip to main content
Glama
ExpertVagabond

robinhood-chain-mcp

get_stock_price

Retrieve the USD price for a Robinhood stock token by ticker symbol. Checks both standard and Robinhood-specific naming conventions for the Chainlink oracle.

Instructions

USD price for a Robinhood Stock Token by ticker. Stock feeds are standalone Chainlink aggregators discoverable only by their description string — both 'Robinhood AAPL / USD' and 'RHAAPL / USD' conventions exist, and this checks for either.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tickerYesEquity ticker, e.g. AAPL, TSLA, SPY
maxAgeSecondsNoFlag the price stale beyond this age. Omit for no staleness verdict.
Behavior3/5

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

No annotations provided, so description carries burden. It discloses discovery method (Chainlink aggregators, description strings) and checks for both naming conventions. However, it doesn't confirm read-only or detail side effects.

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?

Two concise sentences, front-loaded with purpose, then critical context. No redundant words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

No output schema, and description doesn't explain return format (e.g., price value, staleness verdict). For a price tool, return structure is essential for correct usage.

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%, so baseline 3. Description adds no extra parameter meaning beyond the schema's descriptions for ticker and maxAgeSeconds.

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?

Description clearly states it gets USD price for a Robinhood Stock Token by ticker, and explains naming conventions. This distinguishes it from sibling tools like get_token_price which is more general.

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?

Description implies usage for Robinhood stock token prices given ticker, but no explicit when-to-use or when-not-to-use guidance, nor alternatives mentioned. User must infer context from sibling list.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ExpertVagabond/robinhood-chain-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server