get_email_with_content
Search emails by subject keyword and retrieve full content previews from your Apple Mail accounts.
Instructions
Search for emails by subject keyword and return with full content preview.
Args: account: Account name to search in (e.g., "Gmail", "Work") subject_keyword: Keyword to search for in email subjects max_results: Maximum number of matching emails to return (default: 5) max_content_length: Maximum content length in characters (default: 300, 0 = unlimited) mailbox: Mailbox to search (default: "INBOX", use "All" for all mailboxes)
Returns: Detailed email information including content preview
User Preferences: {"workflow": "default", "notifications": "enabled"}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | ||
| mailbox | No | INBOX | |
| max_results | No | ||
| subject_keyword | Yes | ||
| max_content_length | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |