Skip to main content
Glama
dev-wraithgt60

Massive.com MCP Server

list_benzinga_news

Read-only

Retrieve structured financial news articles from Benzinga API with filtering options for tickers, time, categories, and authors to support trading analysis and alert systems.

Instructions

Retrieve real-time structured, timestamped news articles from Benzinga v2 API, including headlines, full-text content, tickers, categories, and more. Each article entry contains metadata such as author, publication time, and topic channels, as well as optional elements like teaser summaries, article body text, and images. Articles can be filtered by ticker and time, and are returned in a consistent format for easy parsing and integration. This endpoint is ideal for building alerting systems, autonomous risk analysis, and sentiment-driven trading strategies.

Args: published: The timestamp (formatted as an ISO 8601 timestamp) when the news article was originally published. Value must be an integer timestamp in seconds or formatted 'yyyy-mm-dd'. channels: Filter for arrays that contain the value (e.g., 'News', 'Price Target'). tags: Filter for arrays that contain the value. author: The name of the journalist or entity that authored the news article. stocks: Filter for arrays that contain the value. tickers: Filter for arrays that contain the value. limit: Limit the maximum number of results returned. Defaults to 100 if not specified. The maximum allowed limit is 50000. sort: A comma separated list of sort columns. For each column, append '.asc' or '.desc' to specify the sort direction. The sort column defaults to 'published' if not specified. The sort order defaults to 'desc' if not specified.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
publishedNo
channelsNo
tagsNo
authorNo
stocksNo
tickersNo
limitNo
sortNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations provide readOnlyHint=true, indicating a safe read operation. The description adds valuable behavioral context beyond annotations: it specifies the API source (Benzinga v2), mentions real-time retrieval, describes the return format ('consistent format for easy parsing'), and notes filtering capabilities. However, it lacks details on rate limits, authentication needs, or pagination behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with a clear introductory paragraph followed by a detailed 'Args' section. It is appropriately sized for an 8-parameter tool, though the introductory paragraph could be more front-loaded with core functionality. Every sentence adds value, with no redundant information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (8 parameters, 0% schema coverage), the description is complete: it covers purpose, usage context, parameter semantics, and behavioral traits. With an output schema present, the description correctly omits return value details. It adequately addresses the gaps left by minimal schema annotations.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage and 8 parameters, the description compensates fully by providing detailed semantics for all parameters in the 'Args' section. It explains each parameter's purpose, format (e.g., ISO 8601 timestamp for 'published'), filtering logic (e.g., 'arrays that contain the value'), defaults (limit defaults to 100), and constraints (maximum limit of 50000), adding significant value beyond the bare schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb ('retrieve') and resource ('real-time structured, timestamped news articles from Benzinga v2 API'), distinguishing it from sibling tools like 'list_ticker_news' by specifying the Benzinga source and structured format. It provides specific details about what is included in articles (headlines, full-text content, tickers, categories, metadata).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage contexts ('ideal for building alerting systems, autonomous risk analysis, and sentiment-driven trading strategies') but does not explicitly state when to use this tool versus alternatives like 'list_ticker_news' or other Benzinga tools. No exclusions or prerequisites are mentioned, leaving the agent to infer appropriate usage.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/dev-wraithgt60/mcp_polygon'

If you have feedback or need assistance with the MCP directory API, please join our Discord server