read_thread
Retrieve the full thread of a Slack message by searching for specific text in a channel. Returns parent and replies in chronological order.
Instructions
Read the thread hanging off a message (parent + replies).
Finds the most recent message in channel whose text contains
message_text, then fetches its thread via Slack's API. Returns up to
limit messages, oldest-first. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| channel | Yes | ||
| message_text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |