query_transactions
Retrieve bank transactions using filters for category, merchant substring, month or days lookback, and minimum amount; results sorted newest first.
Instructions
List posted transactions with optional filters (category, merchant substring, month YYYY-MM or days lookback — month wins and days is ignored if both are given, min amount). Most recent first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| limit | No | default 50, max 500 | |
| month | No | YYYY-MM; when given, days is ignored entirely (not ANDed) | |
| category | No | ||
| merchant | No | substring match on merchant_norm | |
| min_amount_dollars | No | min absolute amount |