Skip to main content
Glama
CohenD

fin-data-mcp-server

by CohenD

Cboe options chain

cboe_options_chain
Read-onlyIdempotent

Retrieve complete options chain data for any ticker from Cboe, including bid/ask, last price, volume, open interest, implied volatility, and greeks, along with the underlying quote.

Instructions

Full options chain for an underlying from Cboe (no key, no crumb) — a robust alternative to yahoo_options_chain. Returns every listed option (all expirations/strikes) with bid/ask, last, volume, open interest, IV, and greeks, plus the underlying quote.

Note: the response can be large; filter client-side by expiration/strike. Example: { symbol: 'AAPL' }.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYesUnderlying ticker, e.g. AAPL
Behavior4/5

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

Annotations already indicate readOnlyHint, idempotentHint, etc. The description adds value by detailing the returned data (bid/ask, IV, greeks, underlying quote) and warning about response size, going beyond the annotations without contradiction.

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 concise, front-loaded with purpose, and includes essential details (return fields, size warning, example) without any filler. Every sentence earns its place.

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?

For a single-parameter tool with rich annotations, the description sufficiently explains what is returned and provides usage context. It could mention input validation but is otherwise complete.

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 a clear description for the 'symbol' parameter. The description adds an example but no additional meaning beyond the schema, meeting baseline expectations.

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 'Full options chain for an underlying from Cboe' and distinguishes it from the sibling 'yahoo_options_chain' as a 'robust alternative', providing a specific verb and resource with clear differentiation.

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 explicitly positions the tool as an alternative to yahoo_options_chain and advises filtering client-side due to large responses. However, it does not compare to other Cboe siblings like cboe_quote or cboe_history, limiting when-not 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/CohenD/fin-data-mcp'

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