mark_email_as_read
Mark an email as read or unread by providing its message ID and setting the is_read parameter to true or false.
Instructions
Đánh dấu email là đã đọc hoặc chưa đọc.
Args: message_id: ID của email. is_read: True để đánh dấu đã đọc, False để đánh dấu chưa đọc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| is_read | No | ||
| message_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |