bulk_mark_read
Mark multiple emails as read or unread in one call. Quickly triage groups of specific email IDs to manage your inbox efficiently.
Instructions
Mark multiple emails as read or unread in one call. Use when the user wants to triage a group of specific email IDs together. Do not use for one email; use mark_email_read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emailIds | Yes | Array of email IDs to mark | |
| read | No | true to mark as read, false as unread |