slack_read_channel
Retrieve the most recent messages from a Slack channel by name or ID to review conversations. Set a limit of up to 100 messages per call.
Instructions
Read the last N messages from a Slack channel.
Args: channel: Channel name (without #) or channel ID. limit: Number of messages to retrieve (default: 20, max: 100).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| channel | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |