get_rule_candidates
Analyze recent transactions to identify merchants with consistent category patterns and propose new transaction rules, including confidence scores and transaction counts.
Instructions
Analyze recent transactions and suggest new rules for merchants with a consistent category pattern. Returns merchant pattern, suggested category, confidence score, and transaction count. High-value input for create_transaction_rule.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lookback_days | No | Days of history to analyze (default 90) | |
| min_confidence | No | Minimum confidence 0-1 to include in results (default 0.7) | |
| min_transactions | No | Minimum transaction count to suggest a rule (default 3) | |
| exclude_existing_rules | No | Skip merchants that already have a rule (default true) |