Add Transaction
add_transactionRecord a new transaction in a Money Lover wallet. Specify category, amount, and date; optionally add a note and related parties for expense tracking.
Instructions
Create a new transaction in a wallet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | No | JWT token returned by the login tool or derived from EMAIL/PASSWORD environment variables | |
| walletId | Yes | Wallet identifier | |
| categoryId | Yes | Category identifier | |
| amount | Yes | Transaction amount as string | |
| note | No | Optional transaction note | |
| date | Yes | Display date in YYYY-MM-DD format | |
| with | No | Optional array of related parties |