list_accounts
Retrieve all configured email accounts from Apple Mail to view account names and identifiers for email management tasks.
Instructions
List all configured email accounts in Apple Mail.
Returns: List of account dictionaries with 'name' and 'id' fields.
Example: >>> list_accounts() [{"name": "Work", "id": "abc123"}, {"name": "Personal", "id": "def456"}]
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||