Skip to main content
Glama

options-chain

Access delayed CBOE options chain for US equities and indices, returning stock price, IV, greeks, OI, volume, and bid/ask. Filter by expiration and option type. No API key needed.

Instructions

CBOE delayed options chain for any US equity or index — returns stock price, per-contract IV, greeks (delta/gamma/theta/vega), OI, volume, and bid/ask. Filterable by expiration date and call/put. Free CBOE data, no API key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tickerNoUS equity or index ticker. Examples: AAPL, SPY, QQQ, TSLA, NVDA.
expNoFilter to a specific expiration date YYYY-MM-DD. Omit to return the nearest max_expirations dates.
typeNoFilter by option type. Omit to return both calls and puts.
near_atm_onlyNoIf true, only return strikes within 20% of the current underlying price. Default false.
max_expirationsNoMaximum number of expiration dates to include when no specific exp is set. Default 4, max 12.
Behavior4/5

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

With no annotations, the description carries full burden. It discloses that data is delayed, free, and from CBOE. It lists return fields, implying a read-only operation. While it doesn't discuss error handling or rate limits, it provides sufficient behavioral context for a data retrieval tool.

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 with no wasted words. It front-loads the primary action and data source, then lists key return fields and filtering options. Every sentence adds value.

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 simple data retrieval nature, no output schema, and high parameter coverage, the description adequately explains what the tool returns and how to use it. It could mention the response format (array of contracts) but is still complete for an agent to invoke correctly.

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% with detailed parameter descriptions. The description adds no extra meaning beyond the schema, merely restating that filtering by expiration and type is possible. Baseline 3 is appropriate.

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 it returns a CBOE delayed options chain for any US equity or index, listing specific data fields (stock price, IV, greeks, OI, volume, bid/ask). This distinguishes it from sibling tools like 'options-snapshot' and 'stock-brief' by specifying the data scope and source.

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?

The description implies when to use (for delayed options chain data without API key) and mentions filtering by expiration and call/put. It does not explicitly exclude other scenarios or name alternatives, but the context of finance-related siblings provides implicit guidance.

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/thebrierfox/the-stall'

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