get_follow_up_candidates
Find overdue email threads by age and pending status. Shows outbound messages lacking replies or stale inbound messages to help prioritize follow-ups.
Instructions
Return threads that appear overdue for follow-up based on age and pending-on state. Use when looking for outbound messages you sent that haven't received a reply, or to surface stale inbound threads. Prefer get_actionable_threads for threads where someone is currently waiting on you.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum candidate threads to return. | |
| minAgeHours | No | Minimum thread age in hours. | |
| pendingOn | No | Which side the candidate thread should be waiting on. | you |
| syncBefore | No | Refresh the local mailbox index from IMAP before selecting candidates. |