get_actionable_threads
Rank mailbox threads by reply urgency, filtering to those needing a response. Use for daily triage to find threads waiting on you or others.
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. |