Skip to main content
Glama

xpay✦ Finance Collection

getLatestFinancialStatements

Access the latest financial statements for publicly traded companies with the FMP Latest Financial Statements API. Track key financial metrics, including revenue, earnings, and cash flow, to stay informed about a company's financial performance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (default: 0)
limitNoLimit on number of results (default: 250, max: 250)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added
  2. Removed
  3. First observed

TDQS

B3.1/5.0
Behavior2/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. It does not disclose that this appears to be a bulk endpoint (no symbol parameter), nor does it explain pagination, output format, or how 'latest' is defined. The description simply says 'access' and 'track metrics' without clarifying the behavior or response structure.

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, with the first stating the core purpose and the second adding metric context. The phrase 'to stay informed' is mildly redundant, but overall it is concise and front-loaded. No unnecessary verbosity.

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

Completeness2/5

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

The tool has only two optional pagination parameters and no output schema, but the description fails to clarify critical context: there is no symbol parameter, so the agent must infer this is a bulk data retrieval tool. The description does not explain how to identify a specific company or what the response contains. This is a significant gap for correct invocation.

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 both page and limit parameters described in the schema, so the baseline is 3. The description adds no additional parameter information, but the schema already documents them adequately.

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

Purpose4/5

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

The description clearly states the tool accesses latest financial statements for publicly traded companies and mentions tracking revenue, earnings, and cash flow. However, it does not differentiate this from sibling tools like get_income_statement or get_financial_metrics, and the scope (whether it returns data for all companies or a specific one) is ambiguous.

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 phrase 'to stay informed about a company's financial performance' implies a use case, but there is no explicit guidance on when to use this tool versus alternatives, nor any mention of its bulk nature (since the schema only has page/limit and no symbol parameter). The usage context 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