create_transaction
Add a new transaction to an account. Use negative amounts for expenses and positive amounts for income.
Instructions
Add a new transaction to an account. Use negative amounts for expenses, positive for income.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | Account name or ID | |
| amount | Yes | Amount (negative for expenses, positive for income). Use human amounts like -150.50, not cents. | |
| payee | No | Payee name | |
| category | No | Category name or ID | |
| date | No | Transaction date (YYYY-MM-DD or "today", "yesterday"). Defaults to today. | |
| notes | No | Transaction notes | |
| cleared | No | Whether the transaction is cleared |