Skip to main content
Glama

Polygon-io MCP Server

Official

list_benzinga_ratings

Retrieve Benzinga stock ratings by filtering data based on date, ticker, importance, rating action, and price target. Use parameters like range, limit, and sort for customized results.

Instructions

List Benzinga ratings.

Input Schema

NameRequiredDescriptionDefault
benzinga_analyst_idNo
benzinga_analyst_id_any_ofNo
benzinga_analyst_id_gtNo
benzinga_analyst_id_gteNo
benzinga_analyst_id_ltNo
benzinga_analyst_id_lteNo
benzinga_firm_idNo
benzinga_firm_id_any_ofNo
benzinga_firm_id_gtNo
benzinga_firm_id_gteNo
benzinga_firm_id_ltNo
benzinga_firm_id_lteNo
benzinga_idNo
benzinga_id_any_ofNo
benzinga_id_gtNo
benzinga_id_gteNo
benzinga_id_ltNo
benzinga_id_lteNo
dateNo
date_any_ofNo
date_gtNo
date_gteNo
date_ltNo
date_lteNo
importanceNo
importance_any_ofNo
importance_gtNo
importance_gteNo
importance_ltNo
importance_lteNo
last_updatedNo
last_updated_any_ofNo
last_updated_gtNo
last_updated_gteNo
last_updated_ltNo
last_updated_lteNo
limitNo
paramsNo
price_target_actionNo
price_target_action_any_ofNo
price_target_action_gtNo
price_target_action_gteNo
price_target_action_ltNo
price_target_action_lteNo
rating_actionNo
rating_action_any_ofNo
rating_action_gtNo
rating_action_gteNo
rating_action_ltNo
rating_action_lteNo
sortNo
tickerNo
ticker_any_ofNo
ticker_gtNo
ticker_gteNo
ticker_ltNo
ticker_lteNo

Input Schema (JSON Schema)

{ "properties": { "benzinga_analyst_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Benzinga Analyst Id" }, "benzinga_analyst_id_any_of": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Benzinga Analyst Id Any Of" }, "benzinga_analyst_id_gt": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Benzinga Analyst Id Gt" }, "benzinga_analyst_id_gte": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Benzinga Analyst Id Gte" }, "benzinga_analyst_id_lt": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Benzinga Analyst Id Lt" }, "benzinga_analyst_id_lte": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Benzinga Analyst Id Lte" }, "benzinga_firm_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Benzinga Firm Id" }, "benzinga_firm_id_any_of": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Benzinga Firm Id Any Of" }, "benzinga_firm_id_gt": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Benzinga Firm Id Gt" }, "benzinga_firm_id_gte": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Benzinga Firm Id Gte" }, "benzinga_firm_id_lt": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Benzinga Firm Id Lt" }, "benzinga_firm_id_lte": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Benzinga Firm Id Lte" }, "benzinga_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Benzinga Id" }, "benzinga_id_any_of": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Benzinga Id Any Of" }, "benzinga_id_gt": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Benzinga Id Gt" }, "benzinga_id_gte": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Benzinga Id Gte" }, "benzinga_id_lt": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Benzinga Id Lt" }, "benzinga_id_lte": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Benzinga Id Lte" }, "date": { "anyOf": [ { "type": "string" }, { "format": "date", "type": "string" }, { "type": "null" } ], "default": null, "title": "Date" }, "date_any_of": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Date Any Of" }, "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" }, "importance": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Importance" }, "importance_any_of": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Importance Any Of" }, "importance_gt": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Importance Gt" }, "importance_gte": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Importance Gte" }, "importance_lt": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Importance Lt" }, "importance_lte": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Importance Lte" }, "last_updated": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Last Updated" }, "last_updated_any_of": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Last Updated Any Of" }, "last_updated_gt": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Last Updated Gt" }, "last_updated_gte": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Last Updated Gte" }, "last_updated_lt": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Last Updated Lt" }, "last_updated_lte": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Last Updated Lte" }, "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Limit" }, "params": { "anyOf": [ { "type": "object" }, { "type": "null" } ], "default": null, "title": "Params" }, "price_target_action": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Price Target Action" }, "price_target_action_any_of": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Price Target Action Any Of" }, "price_target_action_gt": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Price Target Action Gt" }, "price_target_action_gte": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Price Target Action Gte" }, "price_target_action_lt": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Price Target Action Lt" }, "price_target_action_lte": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Price Target Action Lte" }, "rating_action": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Rating Action" }, "rating_action_any_of": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Rating Action Any Of" }, "rating_action_gt": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Rating Action Gt" }, "rating_action_gte": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Rating Action Gte" }, "rating_action_lt": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Rating Action Lt" }, "rating_action_lte": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Rating Action Lte" }, "sort": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Sort" }, "ticker": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Ticker" }, "ticker_any_of": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Ticker Any Of" }, "ticker_gt": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Ticker Gt" }, "ticker_gte": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Ticker Gte" }, "ticker_lt": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Ticker Lt" }, "ticker_lte": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Ticker Lte" } }, "title": "list_benzinga_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