Merchant History
finance_merchant_historyRetrieve transaction history and spend summary for a specific merchant. Shows total spent, count, average, and date range to monitor spending.
Instructions
Every charge from a given merchant (substring match on name/descriptor), with a spend summary. Useful for 'how much have I paid X' and spotting creep. Args: merchant (required), from/to (optional). Returns { merchant, count, total_spent, total_received, first_date, last_date, average, transactions: [...] }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date inclusive, YYYY-MM-DD | |
| from | No | Start date inclusive, YYYY-MM-DD | |
| merchant | Yes | Merchant name or descriptor substring, e.g. 'amazon' |