create_transaction
Create a new manual transaction with date, account, amount, merchant, and category. Optionally update the account balance after creation.
Instructions
Create a new manual transaction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Date in YYYY-MM-DD or natural language | |
| notes | No | ||
| amount | Yes | Amount (negative = expense, positive = income) | |
| account_id | Yes | Account ID | |
| category_id | Yes | Category ID | |
| merchant_name | Yes | Merchant name | |
| update_balance | No | Update account balance after creating |