slack_read_thread
Read all replies in a Slack thread by providing channel and parent timestamp. Capture the full conversation context to stay informed.
Instructions
Read all replies in a Slack thread. Provide the channel and the thread's parent timestamp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max replies to fetch (default 50, max 200). | |
| channel | Yes | Channel containing the thread (#name, @user, or ID). | |
| thread_ts | Yes | Timestamp of the thread's parent message. | |
| workspace | No | Workspace alias. Omit to use default. |