create_split_transaction
Add a transaction distributed across multiple categories, ensuring split amounts equal the total for accurate budget tracking.
Instructions
Add a split transaction: one bank-facing total spread across multiple categories. The split amounts must sum to the total.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | Account name or ID | |
| amount | Yes | Total amount (negative for expenses, positive for income). Must equal the sum of the splits. | |
| splits | Yes | Two or more splits whose amounts sum to the total. | |
| payee | No | Payee name | |
| date | No | Transaction date (YYYY-MM-DD or "today", "yesterday"). Defaults to today. | |
| notes | No | Notes for the parent transaction | |
| cleared | No | Whether the transaction is cleared |