Add Transaction
add_transactionCreate a new financial transaction in a wallet by specifying amount, category, date, and optional details like notes or related parties.
Instructions
Create a new transaction in a wallet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 |