Create Mailbox Folder
shipmail_create_mailbox_folderCreate a custom folder or subfolder in a mailbox. List existing folders first to choose a parent and avoid duplicate names.
Instructions
Create a custom folder or subfolder for a mailbox. Use shipmail_list_mailbox_folders first to choose a parent and avoid duplicate sibling names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ShipMail resource ID. | |
| name | Yes | Custom folder name to create. | |
| parent_id | Yes | Parent folder ID for a subfolder, or null to create a root folder. | |
| idempotency_key | No | Optional idempotency key. If omitted, the MCP server generates one for POST tools. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder | Yes |