Extract Action Items
extract_action_itemsExtract action items from an email body by scanning for bullets with action verbs, TODO markers, and @mentions, returning a structured list with assignee and due-date fields.
Instructions
Scan a single email's body for action-item-looking lines (bullets with action verbs, TODO:/ACTION: markers, @mentions) and return a structured list with best-effort assignee and due-date fields. Heuristic — not a replacement for a real task extractor, but useful for quick triage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| email_id | Yes | IMAP UID from get_emails / search_emails | |
| folder | No | Folder the email lives in. Providing this avoids UID collisions across folders. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action_items | Yes |