Skip to main content
Get all replies in a Slack message thread

Tool details

FieldValue
Nameslack__get_thread
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "channel": {
      "type": "string",
      "description": "Channel ID containing the thread"
    },
    "ts": {
      "type": "string",
      "description": "Timestamp (ts) of the parent message"
    },
    "limit": {
      "type": "number",
      "description": "Max replies (1-1000)"
    }
  },
  "required": [
    "channel",
    "ts"
  ],
  "description": "Input schema for the slack__get_thread tool."
}

Output schema

This tool does not publish an output schema.