match_heuristics
Finds relevant heuristics by matching input text against stored conditions using Jaccard token overlap and confidence scores, returning ranked matches by score and priority.
Instructions
v2.1.0 — Find heuristics whose condition matches input via Jaccard token-overlap × confidence; sorted descending, then by priority.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | Text to match against heuristic conditions. | |
| limit | No | Max matches returned. Default 10. | |
| minScore | No | Minimum score. Default 0.1. |