readSlackChannel
Retrieve Slack channel conversation history with thread replies. Set time range or message limit to focus on relevant discussions.
Instructions
Retrieves conversation history from a specified Slack channel, including thread replies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of messages to return | |
| latest | No | End of time range (timestamp) | |
| oldest | No | Start of time range (timestamp) | |
| channel | Yes | Channel ID or name (with or without # prefix) | |
| includeThreads | No | Whether to include thread replies |