Skip to main content
Glama

Polygon-io MCP Server

Official

get_futures_product_details

Retrieve detailed information for a specific futures product, including its state on a selected date. Utilize the Polygon-io MCP Server for accurate historical futures data.

Instructions

Get details for a single futures product as it was at a specific day.

Input Schema

NameRequiredDescriptionDefault
as_ofNo
paramsNo
product_codeYes
typeNo

Input Schema (JSON Schema)

{ "properties": { "as_of": { "anyOf": [ { "type": "string" }, { "format": "date", "type": "string" }, { "type": "null" } ], "default": null, "title": "As Of" }, "params": { "anyOf": [ { "type": "object" }, { "type": "null" } ], "default": null, "title": "Params" }, "product_code": { "title": "Product Code", "type": "string" }, "type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Type" } }, "required": [ "product_code" ], "title": "get_futures_product_detailsArguments", "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