Slack MCP Server

slack_get_thread_replies

Get all replies in a message thread

Input Schema

NameRequiredDescriptionDefault
channel_idYesThe ID of the channel containing the thread
thread_tsYesThe timestamp of the parent message

Input Schema (JSON Schema)

{ "properties": { "channel_id": { "description": "The ID of the channel containing the thread", "type": "string" }, "thread_ts": { "description": "The timestamp of the parent message", "type": "string" } }, "required": [ "channel_id", "thread_ts" ], "type": "object" }