Update Inbox Message
shipmail_update_inbox_messageSet the read or starred state on one inbox message by providing the mailbox ID and message ID. Use only when the exact message ID is known.
Instructions
Set read and/or starred state on one inbox message. Use only when the operator has identified the exact message ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Mailbox ID. | |
| message_id | Yes | JMAP inbox message ID. | |
| read | No | Set the message read state. | |
| starred | No | Set the message starred state. | |
| 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 |