Slack
get_thread_replies_on_slack
Get all replies in a message thread. Provide either channel_id or channel_name.
Remote KaranThink41/official-slack-mcp
Other tools also called get_thread_replies_on_slack?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"thread_ts": {
"type": "string",
"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."
},
"channel_id": {
"type": "string",
"description": "The ID of the channel containing the thread."
},
"channel_name": {
"type": "string",
"description": "The name of the channel containing the thread (will be resolved to channel_id if channel_id is not provided)."
}
}
}