Skip to main content
Glama
tanmaymish

MarketPulse MCP

by tanmaymish

cash_flow

Retrieve a company's cash flow statement, including operating, investing, and financing cash flows, plus free cash flow and capital expenditure. Choose annual or quarterly data.

Instructions

Get cash flow statement for a company.

Returns operating cash flow, investing cash flow, financing cash flow, free cash flow, capital expenditure, and more.

Args: symbol: Stock ticker (e.g., INFY, SBIN, GOOGL, AMZN) quarterly: If True, quarterly data. If False (default), annual.

Examples: cash_flow("INFY") → Infosys annual cash flow cash_flow("GOOGL", quarterly=True) → Google quarterly cash flow

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYes
quarterlyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explains the return fields and parameter behavior, which is useful, but it does not mention data sources, freshness, limitations, or error scenarios. Since it is a read-only 'get' tool, the transparency is adequate but not rich, warranting a mid-range score.

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 well-structured: a one-line purpose, a brief list of return fields, an Args section, and examples. Every sentence is informative, no fluff, and the most critical info (purpose) is front-loaded. The format is easy to scan.

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

Completeness5/5

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

The tool is simple (2 parameters, output schema present), and the description covers purpose, parameter semantics, return fields, and usage examples. The presence of an output schema means return values are fully documented elsewhere, so the description need not elaborate further. It is complete for an AI agent to invoke correctly.

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

Parameters5/5

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

Schema description coverage is 0%, so the description must fully explain parameters. It does so excellently: symbol is clarified with ticker examples, and quarterly is explained with default behavior and a usage example. This adds substantial meaning beyond the bare schema property titles.

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 states 'Get cash flow statement for a company' which is a specific verb+resource. It distinguishes from sibling tools like income_statement and balance_sheet by clearly naming the cash flow statement and listing the specific metrics returned (operating, investing, financing, FCF, capex).

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 clear context for when to use the tool, including examples and the annual/quarterly option. It does not explicitly mention alternatives or when not to use, but the purpose is self-evident among sibling financial statement tools, so it meets the 'clear context, no exclusions' level.

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/tanmaymish/MarketPulse-MCP'

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