Slack MCP Server
slack_reply_to_thread
Reply to a specific message thread in Slack
Input Schema
Name | Required | Description | Default |
---|---|---|---|
channel_id | Yes | The ID of the channel containing the thread | |
text | Yes | The reply text | |
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. |