get_transactions_tool
Retrieve and filter bank transaction data by date, account, category, merchant, or amount range for financial analysis.
Instructions
Query cached transactions. Dates are YYYY-MM-DD. Run sync_transactions first to refresh. Positive amounts = spend.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_date | Yes | ||
| end_date | Yes | ||
| account_id | No | ||
| category | No | ||
| merchant | No | ||
| min_amount | No | ||
| max_amount | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |