Skip to main content
Glama
finimpulse

FinImpulse MCP Server

by finimpulse

get_news

Retrieve news and press releases for stocks, ETFs, and mutual funds by ticker symbol. Includes headlines, descriptions, publication dates, related tickers, and provider info.

Instructions

Returns the latest news and press releases for financial assets. This endpoint aggregates news and press releases for stocks, ETFs, and mutual funds. Each item includes a headline, brief description, publication date, list of related tickers, and provider information.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of items to return.
typesNoNews types to include. Supported values: news, press_release. If none are provided, all supported types are returned.
offsetNoPagination offset (0-based).
symbolYesAsset identifier (ticker symbol).
filtersNoOptional filter expressions. Each filter condition is defined as: [field, operator, value]. Conditions can be combined using logical operators and/or. Supported operators: String fields: like – pattern match (requires % as a wildcard) not_like - pattern does not match (requires % as a wildcard) contains - value exists in string not_contains - value does not exist in string startswith - string starts with value endswith - string ends with value % usage examples: %abc% - matches any string containing "abc" abc% - matches any string starting with "abc" %abc - matches any string ending with "abc" Example: "filters": [ "title", "<>", null ]
sort_byNoOptional sorting configuration for result items. Each sorting setup is defined as [selector, desc]: selector - Metric used for sorting (e.g., pub_date). desc - Sorting direction (true for descending, false for ascending). Sortings can be combined using ,. Example: { "selector": "pub_date", "desc": true }
end_dateNoDate range filter (YYYY-MM-DD).
start_dateNoDate range filter (YYYY-MM-DD).
Behavior3/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It does disclose the return item structure (headline, description, pub date, tickers, provider) and the asset scope, which is useful. However, it omits behavioral details like pagination defaults, maximum limit, or that a symbol is required. Since the schema captures parameter constraints, the description's additions are moderate.

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

Conciseness5/5

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

The description is three concise sentences, front-loaded with the primary action and scope, followed by a clear list of return fields. Every sentence adds value, with no redundancy or filler.

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

Completeness3/5

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

The tool has eight parameters, no output schema, and no annotations. The description covers the core purpose and return content, but does not mention required parameters, pagination behavior, or defaults. While the input schema fills many gaps, the description alone is not fully complete for an agent to invoke the tool correctly without relying on the schema.

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

Parameters3/5

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

Schema description coverage is 100%, with all eight parameters described in the input schema. The description adds only broad context ('latest', 'aggregates'), not parameter-specific syntax or examples. This meets the baseline but does not go beyond it.

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 'returns' and the resource 'latest news and press releases for financial assets.' It specifies asset types (stocks, ETFs, mutual funds) and lists the fields included in each item, fully distinguishing it from sibling tools like get_histories or get_summary which serve other purposes.

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 for retrieving news for a given asset, but it does not explicitly state when to use this tool versus alternatives, nor does it mention any exclusions. For example, it doesn't compare with get_search or get_histories, leaving the agent to infer applicability from the tool name and description.

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/finimpulse/mcp-server-typescript'

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