list_benzinga_firms
Retrieve and filter Benzinga firms data using customizable parameters such as ID ranges, sorting, and limits on the Polygon-io MCP Server.
Instructions
List Benzinga firms.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
benzinga_id | No | ||
benzinga_id_any_of | No | ||
benzinga_id_gt | No | ||
benzinga_id_gte | No | ||
benzinga_id_lt | No | ||
benzinga_id_lte | No | ||
limit | No | ||
params | No | ||
sort | No |
Input Schema (JSON Schema)
{
"properties": {
"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"
},
"limit": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"title": "Limit"
},
"params": {
"anyOf": [
{
"type": "object"
},
{
"type": "null"
}
],
"default": null,
"title": "Params"
},
"sort": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Sort"
}
},
"title": "list_benzinga_firmsArguments",
"type": "object"
}