Skip to main content
Glama
finimpulse

FinImpulse MCP Server

by finimpulse

get_analysis_earnings

Get earnings and estimate data for stocks, including EPS actuals, trends, revisions, and growth metrics. Filter by type and accounting methodology for dashboards or analytics pipelines.

Instructions

Returns earnings and estimate records for an asset, including EPS actuals, earnings vs. revenue, EPS trends, revisions, and growth metrics. Supports filtering by type and accounting methodology (GAAP/normalized). Primarily intended for stocks — ETFs and mutual funds may return empty results. Use for populating Earnings & Estimates dashboards or feeding earnings analytics pipelines.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagNoUser-defined request identifier returned in the response (max 255 characters).
limitNoMaximum number of items to return.
typesNoList of analysis record types to return. If omitted, all types are returned. Supported values: eps_actual, earnings_revenue, earnings, revenue, eps_trend, eps_revisions, growth.
offsetNoPagination offset (0-based).
symbolYesAsset identifier (ticker symbol).
filtersNoOptional filter expressions. Each condition is defined as [field, operator, value]. Conditions can be combined using "and"/"or". Supported operators: Numeric fields: >, >=, <, <=, =, <> String fields: like, not_like, contains, not_contains, startswith, endswith Example: [["actual", "=", 1.57], "and", ["surprise_pct", "<>", 4.52]]
sort_byNoSort configuration. Example: [{"selector": "date", "desc": true}]
end_dateNoEnd date filter (YYYY-MM-DD).
start_dateNoStart date filter (YYYY-MM-DD).
methodologiesNoAccounting methodologies to filter earnings data. Values: "gaap", "normalized".
comparison_symbolsNoTickers or indices to include in growth estimate comparisons. S&P 500 is always included by default.
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 behavioral disclosure burden. It adds a useful caveat about ETFs/mutual funds possibly returning empty results and states the tool returns records, implying read-only. However, it does not disclose pagination behavior, potential authorization requirements, or what happens for invalid symbols—details an agent might need for robust invocation.

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 sentences long and front-loaded with the core purpose. Each sentence earns its place: content scope, filtering capabilities, asset-class caveat, and intended use cases. No redundant filler or repetition of schema details.

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

Completeness4/5

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

Despite no output schema, the description adequately outlines return contents by naming the metric categories included. It addresses the key edge case of non-stock assets. However, it could explicitly mention pagination (limit/offset) or default behavior for date filters, but the schema already documents these, so the description covers the most critical operational context without overburdening the text.

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%, so the baseline is 3. The description reinforces the meaning of 'types' by listing record types and clarifies 'methodologies' via 'GAAP/normalized', but it does not explain complex parameters like filters, sort_by, or comparison_symbols. Since the schema already handles those, the description adds only marginal semantic value beyond the structured fields.

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 tool returns earnings and estimate records for an asset, listing specific data categories (EPS actuals, earnings vs. revenue, EPS trends, revisions, growth). It distinguishes itself from siblings by explicitly mentioning earnings analytics and the 'Earnings & Estimates dashboards', making its purpose unmistakable.

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

Usage Guidelines4/5

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

The description provides a clear use case: 'Use for populating Earnings & Estimates dashboards or feeding earnings analytics pipelines.' It also gives a when-not-to-use hint by stating ETFs and mutual funds may return empty results. However, it does not explicitly name alternative tools for non-stock instruments or compare with related get_analysis_* tools.

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