haops_mark_dm_read
Mark all direct messages from a specific user as read in a project. Provide project slug and user ID to clear unread DMs.
Instructions
Mark all direct messages from a specific user as read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | Yes | UUID of the user whose messages to mark as read | |
| verbose | No | If true, return the full API response instead of the compact summary (default: false) | |
| projectSlug | Yes | The project slug (URL identifier) |