tally_get_fund_flow
Explains why a fund flow statement cannot be fetched from TallyPrime and lists alternative tools—balance sheet and ledger transactions—to assemble it manually.
Instructions
Fund flow statement — NOT AVAILABLE. This tool always fails with TALLY_UNSUPPORTED_OPERATION and returns an explanation.
It is registered rather than omitted so that the limitation is discoverable: calling it tells you why the data cannot be produced and which tools to use instead.
WHY: A fund flow statement requires deciding what counts as a source and an application of funds, and comparing working capital between two points. Both are judgements this server will not make on your behalf. TallyPrime own fund flow report also has no confirmed retrieval path.
INSTEAD: Use tally_get_balance_sheet for two periods and compare them, with tally_get_ledger_transactions for the movements behind any change worth explaining. State which items you treated as sources and which as applications.
Do not call this expecting data. Go straight to the tools named above, and tell the user that this statement has to be assembled rather than fetched.
This server is strictly read-only and cannot create, modify or delete anything in TallyPrime.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toDate | No | End of the period, ISO YYYY-MM-DD. Must be on or after fromDate. | |
| company | No | Company name. Optional — when omitted, the currently loaded company in TallyPrime is used. If given and it does not match the loaded company, the call fails with TALLY_COMPANY_NOT_LOADED rather than silently returning another company data. | |
| fromDate | No | Start of the period, ISO YYYY-MM-DD. Optional — if both dates are omitted, the current financial year is used and the resolved range is echoed back in the response. |