Skip to main content
Glama

Polygon-io MCP Server

Official

list_conditions

Retrieve and filter trading conditions data from Polygon.io by specifying asset class, data type, SIP, or identifier for precise market insights.

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