Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Get all replies in a Slack message thread
| Field | Value |
|---|---|
| Name | slack__get_thread |
| Group | Integrations |
{
"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."
}