read_channel_history
Retrieve recent messages from a public Slack channel or fetch messages around a specific timestamp to gain context for a particular point in the conversation.
Instructions
Read recent messages from a PUBLIC channel, or messages around a timestamp.
Args: channel: Channel id or "#name". Must be a public channel. limit: Number of messages (1-100, default 30). around_ts: Optional message timestamp; returns messages up to and including it, for context around a specific point.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| channel | Yes | ||
| around_ts | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||