Skip to main content
Glama
ryansilk

ApexVol MCP Server

Options Chain

get_options_chain
Read-only

Fetch a stock's options chain with calls, puts, and Greeks. View option prices, implied volatility, volume, and open interest by specific strike and expiration.

Instructions

Get the options chain for a ticker.

Returns calls and puts with all Greeks, IV, volume, and open interest per strike. Defaults to the nearest expiration and the 20 strikes each side of the money — widen only when the analysis genuinely needs it.

Use this tool when the user asks about:

  • Options prices for a stock

  • Call or put prices at specific strikes

  • Volume and open interest data

  • Full options chain information

Args: ticker: Stock symbol (e.g., "AAPL", "SPY", "TSLA") expiration: Specific expiration date (YYYY-MM-DD); overrides num_expirations num_expirations: How many of the nearest expirations to include (1-10) strikes_around: Strikes per side of the money to keep (0 = full chain)

Returns: Options chain data with calls, puts, and metadata

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tickerYes
expirationNo
strikes_aroundNo
num_expirationsNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.1

TDQS

A4.6/5.0
Behavior4/5

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

Annotations already provide readOnlyHint=true, and the description adds useful context beyond that: default expiration selection, default 20-strike width, and the ability to override with expiration or full chain. It does not disclose potential data delays or rate limits, but it gives enough behavioral transparency for tool selection.

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 well-structured with a brief purpose, return summary, usage triggers, and a clean Args section. Every section helps the agent decide and invoke correctly; there is no filler or redundant elaboration.

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

Completeness5/5

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

Given there is no output schema, the description adequately describes the return content (calls, puts, Greeks, IV, volume, open interest, metadata) and documents defaults, overrides, and constraints. This is sufficient for effective tool selection and invocation without additional structured metadata.

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?

Schema description coverage is 0%, yet the description fully compensates by documenting every parameter: ticker with examples, expiration format and override behavior, num_expirations range, and strikes_around semantics including 0 for full chain. This is strong added value beyond the bare schema.

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 uses a specific verb and resource ('Get the options chain for a ticker') and clearly enumerates the returned content: calls, puts, Greeks, IV, volume, and open interest per strike. This distinguishes it from sibling tools like get_options_by_delta or get_historical_chain.

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 lists user intents that should trigger this tool: options prices, call/put prices, volume/open interest, and full chain information. It also advises to use the default narrow strike range unless the analysis genuinely needs a wider one, but it does not explicitly name alternatives or exclusion cases.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/ryansilk/apexvol-mcp'

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