imap_bulk_move
Move up to 500 email messages to a destination mailbox in one operation. Reduces repetitive actions when organizing large sets of messages.
Instructions
Move up to 500 messages to a mailbox in one operation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | No | Account identifier (defaults to `"default"`) | default |
| message_ids | Yes | List of stable message identifiers (all must be from the same mailbox) | |
| 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 |