slack_get_channel_history
Retrieve recent messages from a Slack channel by specifying the channel ID and message limit. Facilitates monitoring and analyzing channel history efficiently.
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) |