get_channel_messages
Retrieve recent messages from a specific Slack channel to monitor conversations or check build status updates.
Instructions
Read recent messages from a specific Slack channel
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | No | Slack channel ID (e.g., C01234567). If not provided, uses the build channel. | |
| limit | No | Number of messages to retrieve (default: 10, max: 100) |