get_email_thread
Retrieve complete email conversation threads from Apple Mail by searching for messages with matching subject keywords across specified accounts and mailboxes.
Instructions
Get an email conversation thread - all messages with the same or similar subject.
Args: account: Account name (e.g., "Gmail", "Work") subject_keyword: Keyword to identify the thread (e.g., "Re: Project Update") mailbox: Mailbox to search in (default: "INBOX", use "All" for all mailboxes) max_messages: Maximum number of thread messages to return (default: 50)
Returns: Formatted thread view with all related messages sorted by date
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | ||
| subject_keyword | Yes | ||
| mailbox | No | INBOX | |
| max_messages | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |