messages-read
messages-readFetch the full content of a single message and mark it as read by default. Provide the message ID obtained from messages-list.
Instructions
Fetches the full content of a single message and marks it as read (unless mark_read=false). Returns 404 if the item is not a message or the user does not own its case.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mark_read | No | Whether to mark the message as read while reading it (default true) | |
| message_id | Yes | Message item RID returned from messages-list |