report
Synthesize financial reports from Wave accounting data including business summary, account balances, and customer outstanding balances.
Instructions
Synthesized financial summaries from Wave data.
Wave has no report API. These are built from raw account/customer data.
Operations: business_summary — Business info + accounts grouped by type with counts account_balances — All accounts with name, type, subtype, and balance info customer_balances — All customers with outstanding and overdue amounts
Args: operation: One of the operations listed above.
Returns: JSON string with synthesized report data or {"error": "..."}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |