Skip to main content
Glama

Polygon-io MCP Server

Official

list_futures_schedules

Retrieve trading schedules for multiple futures products on a specific date, including session details and venue information, using the Polygon-io MCP Server.

Instructions

Get trading schedules for multiple futures products on a specific date.

Input Schema

NameRequiredDescriptionDefault
limitNo
paramsNo
session_end_dateNo
sortNo
trading_venueNo

Input Schema (JSON Schema)

{ "properties": { "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Limit" }, "params": { "anyOf": [ { "type": "object" }, { "type": "null" } ], "default": null, "title": "Params" }, "session_end_date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Session End Date" }, "sort": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Sort" }, "trading_venue": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Trading Venue" } }, "title": "list_futures_schedulesArguments", "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