Skip to main content
Glama

Polygon-io MCP Server

Official

list_benzinga_consensus_ratings

Retrieve Benzinga consensus ratings for a specific ticker, filtering by date ranges and limits, to analyze stock performance and investor sentiment.

Instructions

List Benzinga consensus ratings for a ticker.

Input Schema

NameRequiredDescriptionDefault
dateNo
date_gtNo
date_gteNo
date_ltNo
date_lteNo
limitNo
paramsNo
tickerYes

Input Schema (JSON Schema)

{ "properties": { "date": { "anyOf": [ { "type": "string" }, { "format": "date", "type": "string" }, { "type": "null" } ], "default": null, "title": "Date" }, "date_gt": { "anyOf": [ { "type": "string" }, { "format": "date", "type": "string" }, { "type": "null" } ], "default": null, "title": "Date Gt" }, "date_gte": { "anyOf": [ { "type": "string" }, { "format": "date", "type": "string" }, { "type": "null" } ], "default": null, "title": "Date Gte" }, "date_lt": { "anyOf": [ { "type": "string" }, { "format": "date", "type": "string" }, { "type": "null" } ], "default": null, "title": "Date Lt" }, "date_lte": { "anyOf": [ { "type": "string" }, { "format": "date", "type": "string" }, { "type": "null" } ], "default": null, "title": "Date Lte" }, "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Limit" }, "params": { "anyOf": [ { "type": "object" }, { "type": "null" } ], "default": null, "title": "Params" }, "ticker": { "title": "Ticker", "type": "string" } }, "required": [ "ticker" ], "title": "list_benzinga_consensus_ratingsArguments", "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