Update Mention Status
update_mention_statusUpdate a mention's triage status to APPROVED (real lead), REJECTED (noise, hidden from default lists), or NEW (back to inbox). Reversible, updates review timestamp, returns the updated mention.
Instructions
Set one mention's triage status. APPROVED marks it a real lead; REJECTED marks it noise and drops it from default list_mentions and count_mentions results (pass statuses to see it again); NEW returns it to the inbox. Fully reversible: any status can move to any other; reviewedAt is stamped when leaving NEW and cleared on NEW. Judge on the content and relevanceScore, calling explain_mention first when the score looks off; never approve a mention you have not read. mentionId comes from list_mentions. Returns the updated mention.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | New status: APPROVED (real lead), REJECTED (noise, hidden from default lists), or NEW (back to inbox) | |
| mentionId | Yes | Mention ID (UUID) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | The updated mention with its new status and reviewedAt (null when NEW). |