Slack
slack_get_thread_replies
Get replies in a message thread. Returns the parent message and all replies.
Remote node2flow/slack
Other tools also called slack_get_thread_replies?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"ts": {
"type": "string",
"description": "Timestamp of the parent message"
},
"limit": {
"type": "number",
"description": "Max results (recommended: 200)"
},
"cursor": {
"type": "string",
"description": "Pagination cursor"
},
"latest": {
"type": "string",
"description": "End of time range"
},
"oldest": {
"type": "string",
"description": "Start of time range"
},
"_fields": {
"type": "string",
"description": "Comma-separated list of fields to include in the response"
},
"channel": {
"type": "string",
"description": "Channel containing the thread"
},
"inclusive": {
"type": "boolean",
"description": "Include messages at boundary timestamps"
}
}
}