message_mark_read
Mark messages as read to clear the inbox. Pass specific message IDs to mark only those, or leave empty to mark all unread messages as read.
Instructions
Mark messages as read so they leave the inbox.
Call after processing messages from message_inbox(). Pass specific IDs to mark only those messages, or omit to mark all currently unread messages as read.
Args: msg_ids: List of message IDs to mark read. Omit to mark all unread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| msg_ids | No | List of message IDs to mark read. Omit to mark all unread. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |