list_mailboxes
Retrieve and display all email folders from Apple Mail accounts, optionally filtering by account type and including message counts for organization.
Instructions
List all mailboxes (folders) for a specific account or all accounts.
Args: account: Optional account name to filter (e.g., "Gmail", "Work"). If None, shows all accounts. include_counts: Whether to include message counts for each mailbox (default: True)
Returns: Formatted list of mailboxes with optional message counts. For nested mailboxes, shows both indented format and path format (e.g., "Projects/Amplify Impact")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| include_counts | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |