imap_move_message
Move an IMAP email to a different mailbox using its message ID and destination mailbox name. Specify an account to relocate messages within the same account.
Instructions
Move a message to mailbox
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | No | Account identifier (defaults to `"default"`) | default |
| message_id | Yes | Stable message identifier | |
| destination_mailbox | Yes | Destination mailbox name |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Tool-specific data payload | |
| meta | Yes | Execution metadata (timestamp, duration) | |
| summary | Yes | Human-readable summary of the operation outcome |