delimit_inbox_daemon
Control the email inbox polling daemon: start polling, stop the process, or inspect its state to manage email governance.
Instructions
Control the inbox polling daemon for email governance (Pro).
When to use: at session start (per orchestrator session ritual) to ensure the daemon is up; or to stop/inspect it. When NOT to use: to read inbound items (use delimit_notify_inbox) or send notifications (delimit_notify).
Sibling contrast: delimit_notify_inbox reads; this controls the daemon process that fills the inbox.
Side effects: action="start" / "stop" mutate daemon process state. The daemon polls pro@delimit.ai every 5 minutes, classifies emails, forwards owner-action items, and handles draft approvals via email replies. Auto-posting is disabled — approved drafts are emailed for manual posting. Backing module is gateway-only and surfaces a graceful "not_available" payload when called from the npm bundle.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | "start" (begin polling), "stop" (halt polling), "status" (default — show daemon state). | status |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||