Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
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
slack__get_thread
{ "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." }