get_actionable_threads
Rank mailbox threads by reply urgency and filter to those requiring action. Use for daily triage to surface threads needing your response, with optional pendingOn filter to distinguish who is waiting.
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 |
|---|---|---|---|
| query | No | Free-text filter across subject, latest preview, senders, and labels. | |
| label | No | Require a normalized label on the thread. | |
| pendingOn | No | Filter by who the thread is currently waiting on. | any |
| unreadOnly | No | Prefer threads with unread messages only. | |
| limit | No | Maximum threads to return. | |
| syncBefore | No | Refresh the local mailbox index from IMAP before ranking threads. |