search_transactions
Search Ameria Bank transactions by keyword within a date range to find spending on merchants, transfers, or beneficiaries. Case-insensitive, page-limited; iterate or increase page size for all matches.
Instructions
Search Ameria Bank transactions by keyword within a date range. Filters against merchant names, transfer descriptions, and beneficiary names (case-insensitive). IMPORTANT: searches within a single page only — to find all matches, iterate through pages or use a larger page size. Useful for questions like 'how much did I spend on YANDEX this month?'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, starts at 1 (default: 1) | |
| size | No | Number of items per page, max 100 (default: 50) | |
| query | Yes | Search keyword to match against transaction details and beneficiary name (case-insensitive) | |
| toDate | No | End date in YYYY-MM-DD format (defaults to today) | |
| fromDate | No | Start date in YYYY-MM-DD format (defaults to 30 days ago) |