Skip to main content
Glama

xpay✦ Finance Collection

getAnalystEstimates

Retrieve analyst financial estimates for stock symbols with the FMP Financial Estimates API. Access projected figures like revenue, earnings per share (EPS), and other key financial metrics as forecasted by industry analysts to inform your investment decisions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoOptional page number (default: 0)
limitNoOptional limit on number of results (default: 10, max: 1000)
periodYesPeriod (annual or quarter)
symbolYesStock symbol

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added
  2. Removed
  3. First observed

TDQS

B3.4/5.0
Behavior2/5

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

No annotations are provided, so the description must carry the full burden. It indicates a read-only operation via 'Retrieve', but omits details about rate limits, authentication, pagination behavior, or response structure. Missing useful context like whether estimates are consensus or individual analyst data.

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 two sentences, front-loaded with the core action ('Retrieve analyst financial estimates') and contains minimal fluff. The phrase 'to inform your investment decisions' is somewhat promotional but not harmful; overall it is concise and structured.

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?

For a tool with no output schema, the description gives a reasonable overview of the returned content (revenue, EPS, key metrics) but does not explain the response structure, pagination behavior, or how page/limit affect results. It is adequate but leaves gaps in how to interpret the response.

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 schema already documents all parameters (symbol, period, page, limit) once. The description adds no additional parameter semantics beyond mentioning revenue/EPS, which are data attributes, not parameter behavior. Baseline 3 is appropriate.

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's purpose: 'Retrieve analyst financial estimates for stock symbols' with specific examples like revenue and EPS. This verb+resource combination distinguishes it from sibling tools like getPriceTargetConsensus or getRatingsSnapshot, which focus on different data.

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 provides a context ('to inform your investment decisions') but no explicit when-to-use or when-not-to-use guidance, nor alternatives. It does not help differentiate from the many sibling financial data retrieval tools, so usage is only implied.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources