Move Inbox Message
shipmail_move_inbox_messageMove an inbox message to a system folder (archive, junk, trash) or a custom folder by ID. Requires mailbox and message IDs.
Instructions
Move one inbox message to a system folder role or custom folder ID. Use shipmail_list_mailbox_folders first when targeting a custom folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Mailbox ID. | |
| message_id | Yes | JMAP inbox message ID. | |
| from_folder_id | No | Current folder ID, if already known. | |
| target_role | No | ||
| target_folder_id | No | ||
| idempotency_key | No | Optional idempotency key. If omitted, the MCP server generates one for POST tools. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inbox_message_action | Yes |