Skip to main content
Glama

Polygon-io MCP Server

Official

list_conditions

Retrieve a list of trading conditions used by Polygon.io, filtered by asset class, data type, ID, or SIP, to streamline market data analysis.

Instructions

List conditions used by Polygon.io.

Input Schema

NameRequiredDescriptionDefault
asset_classNo
data_typeNo
idNo
paramsNo
sipNo

Input Schema (JSON Schema)

{ "properties": { "asset_class": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Asset Class" }, "data_type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Data Type" }, "id": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Id" }, "params": { "anyOf": [ { "type": "object" }, { "type": "null" } ], "default": null, "title": "Params" }, "sip": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Sip" } }, "title": "list_conditionsArguments", "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