Complete Financial Overview
get_complete_financial_overviewFetch a compact financial overview covering account balances, budget totals, cashflow, and transaction summaries for a specified period.
Instructions
Fetch a compact financial overview; verbose=True includes full API details.
period is a start date or phrase such as 'this month', 'last month', or 'this year'; the end is always today. 'last month' therefore includes the current month too. Transactions and their summary use one page of up to 500 entries, not the full history. Failed API sections contain errors while successful sections remain. Default: account IDs/names/balances/types, monthly budget totals, cashflow totals, and a transaction summary. Raw transactions/categories are null unless verbose. Use their dedicated tools for details. batch_metadata.transactions_truncated is true if more transactions exist, false for a complete page, null if unknown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | this month | |
| verbose | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | Yes | ||
| budgets | No | ||
| verbose | No | ||
| accounts | No | ||
| cashflow | No | ||
| categories | No | ||
| transactions | No | ||
| batch_metadata | No | ||
| transaction_summary | No |