mark_messages_seen
Mark feed items as seen to update their read state, so the activity view shows only unread messages as new.
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). |