Skip to main content
Glama
Open-Agent-Tools

Open Stocks MCP

stock_level2_data

Retrieve Level II market data for any stock using its ticker symbol. Requires a Gold subscription.

Instructions

Gets Level II market data for a stock (Gold subscription required).

Args:
    symbol: Stock ticker symbol (e.g., "AAPL")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations, the description carries a heavy burden but only states the basic behavior of retrieving Level II data and the subscription requirement. It does not disclose any behavioral traits such as rate limits, data freshness, or whether the operation is idempotent/read-only.

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 two sentences, front-loaded with the core purpose. Every word is necessary and no extraneous content. Highly concise.

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 single parameter, output schema existence, and simplicity of the tool, the description covers the essential context: purpose and subscription requirement. It could be enhanced with a note on when Level II data differs from standard quotes, but overall it is complete.

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 0% description coverage (only a title). The description adds an example ('AAPL') and clarifies the parameter as a ticker symbol, which adds meaningful context beyond the schema. For a single parameter, this is strong.

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 retrieving Level II market data for a stock, specifying a specific verb (Gets), resource (Level II market data), and the required subscription (Gold). This distinguishes it from sibling tools like stock_quote_by_id or price_history.

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 mentions the 'Gold subscription required' prerequisite, which is useful but does not provide guidance on when to use this tool versus alternatives (e.g., basic quotes, price history). No explicit exclusions or context on preferable scenarios.

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