delimit_notify_inbox
Poll inbound email inbox to classify and forward owner-action emails, or dry-run to preview routing.
Instructions
Check inbound email inbox, classify, and route (Pro).
When to use: to poll the operator inbox and classify which emails require owner action (forwarded) vs which can stay queued. When NOT to use: to send notifications (use delimit_notify) or control the polling daemon (delimit_inbox_daemon).
Sibling contrast: delimit_inbox_daemon controls the long-running daemon; this is a one-shot poll. delimit_notify is the outbound counterpart.
Side effects: action="poll" with process=True forwards owner-action emails (network writes). action="poll" with process=False is dry-run. action="status" / "history" are read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | "status" (default), "poll", or "history". | status |
| limit | No | Number of messages to check (default 10). | |
| process | No | With action="poll", forward owner-action emails when True (default), dry-run only when False. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||