Slack User MCP Server

by lars-hagen
Verified

slack_reply_to_thread

Reply to a specific message thread in Slack by providing the channel ID, thread timestamp, and reply text. Enables organized communication within Slack workspaces.

Instructions

Reply to a specific message thread in Slack

Input Schema

NameRequiredDescriptionDefault
channel_idYesThe ID of the channel containing the thread
textYesThe reply text
thread_tsYesThe 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.

Input Schema (JSON Schema)

{ "properties": { "channel_id": { "description": "The ID of the channel containing the thread", "type": "string" }, "text": { "description": "The reply text", "type": "string" }, "thread_ts": { "description": "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.", "type": "string" } }, "required": [ "channel_id", "thread_ts", "text" ], "type": "object" }

You must be authenticated.

Other Tools from Slack User MCP Server

Related Tools

ID: wc0u5519qh