mark_thread_read
Mark a thread as read up to a specific timestamp, clearing unread status. Provide team and thread IDs, with an optional timestamp to specify the read cutoff.
Instructions
Mark a thread as read up to a specific timestamp
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | Yes | Team ID | |
| thread_id | Yes | Thread ID (root post ID) | |
| timestamp | No | Unix timestamp in milliseconds (optional, defaults to now) |