suggest_category
Recommends a budget category for a transaction by matching its payee and amount to how similar past charges were categorized.
Instructions
Suggests which category a transaction likely belongs to, based on how past transactions from the same payee were categorized. Especially useful when one payee covers multiple different charges (e.g. two different bills from the same company) that can be told apart by amount.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | The dollar amount of the transaction to categorize, e.g. 89.99. Sign doesn't matter. | |
| budget_id | No | The budget ID, or 'last-used' for the most recently used budget. | last-used |
| payee_name | Yes | The payee name to search for (partial match, case-insensitive). |