triage_threads
Ranks open threads by urgency using age pressure, tag matching, and touch penalty. Identifies threads older than 30 days without recent touches for archive or escalation.
Instructions
Return open threads ranked by urgency: age_pressure + tag_match + touch_penalty. Threads >30 days old with no recent touches get recommendation='archive_or_escalate'. Does not auto-archive anything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| current_domain_tags | No | Active domains for tag_match scoring (omit to score by age only). | |
| limit | No | Maximum threads to return. |