get_categorization_suggestions
Suggest categories for uncategorized or needs-review transactions by analyzing merchant history, returning confidence and historical count.
Instructions
Analyze uncategorized and needs-review transactions and suggest categories based on transaction history for the same merchant. Returns transaction ID, merchant, suggested category, confidence, and history count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| min_history | No | Minimum historical transactions required (default 2) | |
| history_days | No | Days of history to infer categories from (default 365) | |
| lookback_days | No | Days to scan for uncategorized transactions (default 90) | |
| min_confidence | No | Minimum confidence 0-1 (default 0.6) |