Skip to main content
Glama

Polygon-io MCP Server

Official

get_snapshot_direction

Identify top gainers or losers in a specified market to analyze performance trends. Use market type and direction parameters to filter results, with optional OTC inclusion for comprehensive insights.

Instructions

Get gainers or losers for a market.

Input Schema

NameRequiredDescriptionDefault
directionYes
include_otcNo
market_typeYes
paramsNo

Input Schema (JSON Schema)

{ "properties": { "direction": { "title": "Direction", "type": "string" }, "include_otc": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Include Otc" }, "market_type": { "title": "Market Type", "type": "string" }, "params": { "anyOf": [ { "type": "object" }, { "type": "null" } ], "default": null, "title": "Params" } }, "required": [ "market_type", "direction" ], "title": "get_snapshot_directionArguments", "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