Skip to main content
Glama

Polygon-io MCP Server

Official

list_universal_snapshots

Retrieve universal snapshots for multiple assets of a specific type, enabling comprehensive data analysis and monitoring across asset categories. Specify parameters like ticker, order, limit, and sort for tailored results.

Instructions

Get universal snapshots for multiple assets of a specific type.

Input Schema

NameRequiredDescriptionDefault
limitNo
orderNo
paramsNo
sortNo
ticker_any_ofNo
typeYes

Input Schema (JSON Schema)

{ "properties": { "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Limit" }, "order": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Order" }, "params": { "anyOf": [ { "type": "object" }, { "type": "null" } ], "default": null, "title": "Params" }, "sort": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Sort" }, "ticker_any_of": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Ticker Any Of" }, "type": { "title": "Type", "type": "string" } }, "required": [ "type" ], "title": "list_universal_snapshotsArguments", "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