reddit_mark_engaged
Record that a Reddit candidate was engaged so it stops re-surfacing, call after posting a comment.
Instructions
Record that a Reddit candidate was engaged so it stops re-surfacing.
Idempotent upsert on post_id — call it once a comment is actually posted.
Args: post_id: The candidate's post_id (e.g. "t3_abc123" for a post or "t1_def456" for an in-thread comment), exactly as returned by reddit_engagement_candidates. comment_url: Permalink of the comment that was posted (optional, for the audit trail). note: Free-text note, e.g. "skipped — off-topic" or "posted" (optional).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| post_id | Yes | ||
| comment_url | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |