slack_get_thread_replies
Retrieve replies from a Slack message thread to access conversation history and context in a channel.
Instructions
Get replies in a message thread
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | The ID of the channel containing the thread | |
| thread_ts | Yes | Timestamp of the parent message (e.g., 1234567890.123456) | |
| limit | No | Maximum number of replies to return | |
| cursor | No | Pagination cursor for next page |