Search transactions across all accounts
bg_search_transactionsFind transactions across every savings account and credit card with one search, filtering by date, description, or amount to answer spending questions.
Instructions
Searches every savings account and credit card at once over a date range, optionally filtering by description text and amount. Use this for questions like "how much did I spend at X" or "find that $250 charge in March" — it saves calling the per-account tools one by one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Restrict to income (Ingreso) or spending (Gasto). | |
| limit | No | Cap results. | |
| query | No | Case-insensitive substring matched against the transaction description. | |
| toDate | Yes | End date, YYYY-MM-DD (Panama time). | |
| fromDate | Yes | Start date, YYYY-MM-DD (Panama time). | |
| maxAmount | No | Only transactions of at most this amount. | |
| minAmount | No | Only transactions of at least this amount. |