imap_bulk_delete
Delete up to 500 emails in one operation from the same mailbox. Provide message IDs and confirmation to bulk remove them.
Instructions
Delete up to 500 messages in one operation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | Explicit confirmation required (must be `true`) | |
| account_id | No | Account identifier (defaults to `"default"`) | default |
| message_ids | Yes | List of stable message identifiers (all must be from the same mailbox) |
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 |