timps_inbox_gatekeeper
Triage a batch of emails: flag urgent ones, draft routine replies, and identify newsletters to unsubscribe from. Provide email objects with 'from', 'subject', and 'body'.
Instructions
Triage a batch of emails: flag urgent ones, draft routine replies, identify newsletters to unsubscribe from. Pass a list of email objects with 'from', 'subject', 'body'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emails | Yes | List of {from, subject, body} email objects | |
| context | No | Optional user context (role, priorities) |