Skip to main content
Glama
Open-Agent-Tools

Open Stocks MCP

stock_quote_by_id

Retrieve stock quotes using a Robinhood instrument ID. Fetch data for any stock by its unique identifier.

Instructions

Gets stock quote using Robinhood's internal instrument ID.

Args:
    instrument_id: Robinhood's internal instrument ID

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
instrument_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations provided, so description carries full burden. It indicates read-only behavior ('Gets stock quote'), but does not disclose additional traits such as rate limits, authentication requirements, or data freshness. Adequate for a simple read operation.

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?

Description is short and clear, but includes an 'Args' block that redundantly repeats the parameter name already in the schema. Could be more concise by omitting the redundant lines.

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?

The tool is simple with one parameter and an output schema exists, so description need not explain return values. However, it could briefly mention typical output fields (e.g., current price) to improve completeness.

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

Parameters5/5

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

With 0% schema coverage, the parameter description 'Robinhood's internal instrument ID' adds essential meaning beyond the schema's just 'Instrument Id'. It clarifies the nature of the ID, fully compensating for schema gaps.

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 'Gets stock quote' with specific resource 'using Robinhood's internal instrument ID'. This distinguishes it from siblings that use symbols or other identifiers.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance on when to use this tool versus alternatives like 'stock_price' or 'schwab_quote'. The description implies use when you have an internal instrument ID, but does not state alternatives or when not to use.

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/Open-Agent-Tools/open-stocks-mcp'

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