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