Skip to main content
Glama

Cash Flow

cash_flow
Read-onlyIdempotent

Financial Modeling Prep cash-flow statement for a US-listed ticker: operating, investing, financing activities, free cash flow, capex, net change in cash. Annual (period=annual) or quarterly. Use for fundamental analysis, DCF inputs, cash-flow valuation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
periodNo
symbolYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / examples
      Added value: +[
      +  {
      +    "symbol": "AAPL"
      +  },
      +  {
      +    "limit": 8,
      +    "period": "quarterly",
      +    "symbol": "MSFT"
      +  }
      +]
  2. First observed

TDQS

A4.6/5.0
Behavior5/5

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

Beyond the readOnlyHint and idempotentHint annotations, the description adds valuable behavioral context: it specifies the data source (Financial Modeling Prep), restricts to US-listed tickers, names the available periods (annual/quarterly), and enumerates the exact data fields returned. This gives agents a rich understanding of the tool's scope and output without needing to invoke it.

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 compact, front-loads the core purpose, and delivers detail efficiently. It avoids redundant phrasing and every sentence contributes meaningful information, making it highly scannable.

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?

Given the simplicity of the schema (3 params, no output schema), the description covers the main purpose, key data fields, period options, and use cases. It omits clarification of the 'limit' parameter, but overall it is sufficiently complete for an agent to select and invoke the tool effectively.

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

Parameters4/5

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

With zero schema description coverage, the description compensates for two of three parameters: 'symbol' is implicitly defined as a US-listed ticker, and 'period' is explicitly stated to accept annual or quarterly. However, 'limit' remains unexplained, leaving a gap in parameter semantics.

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 identifies the tool as a cash-flow statement from Financial Modeling Prep, enumerates specific financial metrics (operating, investing, financing activities, free cash flow, capex, net change in cash), and notes it targets US-listed tickers. This specificity distinguishes it from sibling tools like balance_sheet and income_statement.

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 explicit use cases ('Use for fundamental analysis, DCF inputs, cash-flow valuation'), giving clear contexts for when to apply the tool. However, it does not explicitly mention alternatives or exclusions, so it misses the 'when-not-to-use' aspect of a perfect score.

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.