Skip to main content
Glama

Slack User MCP Server

slack_get_thread_replies

Retrieve all replies from a specific message thread in Slack by specifying the channel ID and thread timestamp using this tool.

Instructions

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 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" }, "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" ], "type": "object" }

You must be authenticated.

Other Tools from Slack User MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lars-hagen/slack-user-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server