get_awaiting_reply
Identify sent emails that need follow-up by scanning your Sent folder and checking for missing replies from recipients within a specified timeframe.
Instructions
Find sent emails that haven't received a reply yet.
Scans the Sent mailbox for outgoing emails and cross-references with the Inbox to see if a reply (matching subject) was received from the same recipient. Useful for follow-up tracking.
Args: account: Account name (e.g., "Gmail", "Work", "Personal") days_back: How many days back to check sent emails (default: 7) exclude_noreply: Skip emails sent to noreply/no-reply addresses (default: True) max_results: Maximum results to return (default: 20)
Returns: List of sent emails still awaiting a reply with subject, recipient, and date sent
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | ||
| days_back | No | ||
| exclude_noreply | No | ||
| max_results | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |