Skip to main content
Glama
Prem07a
by Prem07a

analyze_capital_allocation

Discover how NSE/BSE-listed Indian companies deployed free cash flow each fiscal year, breaking down dividends, buybacks, acquisitions, and net debt repayment.

Instructions

Show how an NSE/BSE-listed Indian equity deployed free cash flow each available fiscal year: dividends paid, buybacks, acquisitions, and net debt repayment (repayment minus new issuance -- positive means net paydown). Buybacks/acquisitions are null for company-years Yahoo has no matching cash-flow line item for (live-verified this varies: TCS.NS has buyback/acquisition rows, RELIANCE.NS doesn't) -- null means "not reported", not zero.

:param symbol: ticker symbol, e.g. "RELIANCE", "TCS.NS", or "TCS.BO"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
pointsYes
symbolYes
Install Server

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries full behavioral burden. It discloses important non-obvious behavior: null buyback/acquisition values mean 'not reported' rather than zero, and net debt repayment is defined as repayment minus new issuance. It also provides live-verified examples showing why data can differ by ticker, which is valuable for correctly interpreting results.

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 and well-ordered: what the tool does, the key output components, the critical null-semantics caveat, then the parameter. Every sentence adds value and there is no fluff or repetition of schema field names.

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?

The tool has an output schema, so the description doesn't need to explain return values in detail. It covers scope, data source behavior, null semantics, and parameter format. The only small gap is clarifying what 'each available fiscal year' means in practice, but this does not prevent correct invocation.

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?

The schema has 0% description coverage, so the description must compensate. It does so with a dedicated :param symbol line and concrete examples ('RELIANCE', 'TCS.NS', 'TCS.BO') that clarify accepted ticker formats for NSE/BSE-listed equities. For a single-parameter tool this is sufficient, though a bit more detail about case sensitivity or exchange suffix rules would push it higher.

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 a specific action ('Show how...deployed free cash flow') on a defined resource ('NSE/BSE-listed Indian equity') and lists the exact components analyzed. This meaningfully distinguishes it from sibling tools like get_cash_flow_statement, which simply returns raw statements, or get_dividend_history, which focuses only on dividends.

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 usage context is implied: use this tool to see how a company deployed free cash flow, especially for Indian listed equities. However, it does not explicitly state when to prefer this over alternatives like analyze_cash_flow_quality or get_cash_flow_statement, nor does it mention exclusions or complementary tools.

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

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/Prem07a/FinMCP'

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