list_inbox_emails
Retrieve and view inbox emails from Apple Mail accounts, with optional filters by account, count, and read status. Output in text or JSON format.
Instructions
List all emails from inbox across all accounts or a specific account.
Args: account: Optional account name to filter (e.g., "Gmail", "Work"). If None, shows all accounts. max_emails: Maximum number of emails to return per account (0 = all) include_read: Whether to include read emails (default: True) output_format: "text" (default, human-readable) or "json" (structured list of email dicts)
Returns: Formatted list of emails with subject, sender, date, and read status
User Preferences: {"workflow": "default", "notifications": "enabled"}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| max_emails | No | ||
| include_read | No | ||
| output_format | No | text |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |