create_mailbox
Create a new mailbox in Apple Mail to organize emails by specifying the account, name, and optional parent folder.
Instructions
Create a new mailbox/folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the new mailbox | |
| account | Yes | Mail.app account display name (e.g., "Gmail", "iCloud") or UUID (from list_accounts) to create the mailbox in. Names are convenient but unstable across renames; UUIDs are stable. | |
| parent_mailbox | No | Optional parent mailbox for nesting (None = top-level) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||