mark_messages_seen
Mark feed items as seen so activity notifications clear after reviewing them in the client portal. Use after listing or reading messages to update their read state.
Instructions
Mark feed items as seen (what the portal does when you open the Activity tab). list_messages and get_message never do this on their own.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| origin | No | Portal origin (e.g. https://<vendor>.hbportal.co). Optional when only one session is active. | |
| message_ids | Yes | Feed item _ids from list_messages. | |
| workspace_id | Yes | The workspace _id (from list_projects, or .workspace._id on any workspace_file). |