list_transactions
Lists cash transactions (deposits, withdrawals, fees, interest, transfers) sorted by amount, largest first, to identify top spending.
Instructions
List cash transactions (deposits, withdrawals, fees, interest, transfers). Results are sorted by amount (largest absolute value first), so the top rows answer 'what did I spend most money on?'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Types: withdrawal, deposit, interest, tax_refund, other_gains | |
| maxDate | No | End date (yyyy-MM-dd) | |
| minDate | No | Start date (yyyy-MM-dd) | |
| perPage | No | Max results to return (up to 500) | |
| accountId | No | Cash account ID(s) to filter by |