split_transaction
Divide one transaction across multiple budget categories so each portion gets its own amount and memo. Use it when a single charge belongs to several categories.
Instructions
Splits a single transaction across multiple categories with different amounts — e.g. a $75 haircut charge where $50 goes to your category and $25 goes to a category tracking money owed by someone else. Provide at least 2 splits; their amounts must add up to the transaction's total. This cannot be undone via this tool and does not work on transactions that are already split.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| splits | Yes | The portions to split the transaction into. Must sum to the transaction's total amount. | |
| budget_id | No | The budget ID, or 'last-used' for the most recently used budget. | last-used |
| transaction_id | Yes | The ID of the transaction to split. |