Skip to main content
Glama

Polygon-io MCP Server

Official

get_snapshot_option

Retrieve detailed snapshot data for a specific option contract by providing the underlying asset and option contract identifiers. Ideal for analyzing option contract details quickly.

Instructions

Get snapshot for a specific option contract.

Input Schema

NameRequiredDescriptionDefault
option_contractYes
paramsNo
underlying_assetYes

Input Schema (JSON Schema)

{ "properties": { "option_contract": { "title": "Option Contract", "type": "string" }, "params": { "anyOf": [ { "type": "object" }, { "type": "null" } ], "default": null, "title": "Params" }, "underlying_asset": { "title": "Underlying Asset", "type": "string" } }, "required": [ "underlying_asset", "option_contract" ], "title": "get_snapshot_optionArguments", "type": "object" }

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/polygon-io/mcp_polygon'

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