score_leads
Scores Reddit posts against a product description to identify and rank sales leads, with semantic analysis for precision.
Instructions
Score Reddit posts as sales leads for a product using two-phase scoring: a lexical pre-score on every post, then Claude semantic scoring for posts above the escalation threshold (requires ANTHROPIC_API_KEY; falls back to the pre-score without it). Returns posts sorted by final score.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| posts | Yes | Posts to score, as returned by search_reddit | |
| keywords | Yes | Keywords a relevant post would contain, e.g. ['leads', 'outreach', 'reddit'] | |
| product_description | Yes | What the product does and who it is for, 1 to 3 sentences | |
| escalation_threshold | No | Pre-score needed before a post is sent to Claude (default: 0.2) |