Skip to main content
Glama
Open-Agent-Tools

Open Stocks MCP

schwab_stream_option_quotes

Fetch real-time option quote snapshots from Schwab streaming by providing option symbols. Track live prices for informed trading decisions.

Instructions

Get real-time option quote snapshots from Schwab streaming.

Args:
    symbols: List of Schwab option symbols (e.g. ['AAPL  260619C00150000'])

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It mentions 'real-time' and 'snapshots' but does not clarify if the operation is read-only, requires an active session, has rate limits, or any side effects. Minimal transparency.

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 extremely concise: two sentences, no fluff, front-loaded with purpose. Every sentence earns its place.

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

Completeness3/5

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

The presence of an output schema reduces the need to describe return values, but the description leaves ambiguity about whether this is a one-time snapshot or a continuous stream. The tool's complexity (streaming, option quotes) warrants more detail on behavior.

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?

With 0% schema description coverage, the description compensates by explaining the symbols parameter format with an example ('AAPL 260619C00150000'). This adds significant meaning beyond the schema, though more detail (e.g., case sensitivity) would improve it.

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 fetches real-time option quote snapshots from Schwab streaming. The verb 'Get' and resource 'real-time option quote snapshots' are specific, distinguishing it from siblings like schwab_stream_quotes and option_market_data.

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 guidance on when to use this tool versus alternatives such as schwab_stream_quotes or options_chains. Missing context on prerequisites, authentication, or whether it provides a one-time snapshot vs continuous stream.

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