Suggest Transaction Categories
suggest_transaction_categoriesAnalyze uncategorized transactions using payee history and amount patterns to provide categorization suggestions with confidence levels. Manually review lower-confidence suggestions before applying.
Instructions
Analyze uncategorized (and optionally unapproved) transactions using payee history, amount patterns, and scheduled transaction matching. Returns categorization suggestions with confidence levels — does NOT apply changes. update_actions (for update_transactions) contains only suggestions at or above action_confidence (default high); review lower-confidence suggestions manually before applying them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum transactions to analyze. Defaults to 50. | |
| approve | No | When true, update_actions will include approved: true so categorization and approval happen in one pass. Defaults to false so applying suggestions never silently approves transactions. | |
| budget_id | No | Budget ID. Omit to use the last-used budget. | |
| since_date | No | Date in YYYY-MM-DD format. | |
| history_months | No | ||
| action_confidence | No | Minimum confidence for a suggestion to be included in update_actions. Defaults to high. Lower-confidence suggestions still appear in suggestions for manual review. | |
| include_transfers | No | Include internal account transfers in results. Defaults to false since transfers cannot be categorized. | |
| include_unapproved | No | ||
| include_approved_uncategorized | No | Include approved transactions that have no category. Defaults to true — set to false to only see unapproved transactions. |