hey_screen_by_id
Approve or reject first-time senders by clearance ID to control email routing in Hey Screener. Approve allows delivery to imbox, feed, or paper trail; reject blocks future emails.
Instructions
Approve or reject a first-time sender from the Screener by clearance ID. Approve: allows future emails from this sender into the chosen destination (defaults to imbox). Reject: blocks future emails from this sender via the screener. Reversible from the Hey UI's contact page (not yet via MCP). Returns {success, error?}. Use hey_list_screener to get clearance IDs; for senders that have already left the screener, use hey_screen by email instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clearance_id | Yes | The clearance ID from hey_list_screener | |
| action | Yes | approve: allow this sender's emails through (routed to `destination`). reject: block future emails from this sender. Does not flag as spam. | |
| destination | No | Where future emails from this sender land when approved: imbox (default, important mail), feed (newsletters/updates), paper_trail (receipts/automated). Ignored when action is reject. |