get_actionable_threads
Identify email threads that need your reply, ranked by urgency. Filter by who's waiting on whom to focus your daily triage.
Instructions
Return mailbox threads ranked by reply urgency, filtered to those requiring action. Use for daily triage to surface what needs a response from you. Supports pendingOn filter to distinguish threads waiting on you vs. them. Prefer get_inbox_digest for a broader summary including stale items. Prefer get_threads for an unranked thread list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | Require a normalized label on the thread. | |
| limit | No | Maximum threads to return. | |
| query | No | Free-text filter across subject, latest preview, senders, and labels. | |
| pendingOn | No | Filter by who the thread is currently waiting on. | any |
| syncBefore | No | Refresh the local mailbox index from IMAP before ranking threads. | |
| unreadOnly | No | Prefer threads with unread messages only. |