reddit_engagement_candidates
Retrieve ranked Reddit posts and comments with classification context to identify highest-value engagement opportunities.
Instructions
Return recent, classified, non-noise Reddit candidates to comment on.
Reads the monitor pipeline's reddit_hits + reddit_classifications
tables (no live Reddit fetch). Candidates are ranked by bucket priority
(lead_signal > competitor_mention > icp_discussion) then recency, and
split into posts vs in-thread comments. Each candidate includes the
permalink, subreddit, title/body, author, age, and classification
context (bucket, persona, pain_points, sentiment, mentioned competitors).
Intended use: draft a genuinely helpful, native-voice comment for the ones worth engaging (open the permalink first to read existing replies so you don't repeat them), then call reddit_mark_engaged after posting.
Args: lookback_hours: Only candidates created within this window. Default 48. include_posts: Include top-level post candidates. Default true. include_comments: Include in-thread comment candidates (reply opportunities). Default true. limit: Max candidates returned after ranking. Default 25. exclude_engaged: Hide candidates already recorded via reddit_mark_engaged. Default true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| include_posts | No | ||
| lookback_hours | No | ||
| exclude_engaged | No | ||
| include_comments | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |