Get Slack Thread Replies
slack_get_thread_repliesRetrieve all replies from a Slack message thread using channel name or ID and the parent message timestamp.
Instructions
Get all replies in a message thread. Accepts both channel names (#general, general) and channel IDs (C1234567890).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | Yes | The channel name (e.g., #general, general) or channel ID (e.g., C1234567890) containing the thread | |
| thread_ts | Yes | The timestamp of the parent message in the format '1234567890.123456'. Timestamps in the format without the period can be converted by adding the period such that 6 numbers come after it. |