slack_get_channel_history
Retrieve recent messages from a Slack channel by specifying the channel ID and message count limit, enabling efficient access to conversation history.
Instructions
Get recent messages from a channel
Input Schema
Name | Required | Description | Default |
---|---|---|---|
channel_id | Yes | The ID of the channel | |
limit | No | Number of messages to retrieve (default 10) |