read_channel
Retrieve recent messages from a channel to catch up on conversation history before responding.
Instructions
Read recent messages in a Comms channel you belong to (oldest→newest), so you can catch up before replying. Read-only; returns the messages, empty when the channel is silent. Resolve the channel_id first with list_channels — never guess it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max messages to return (optional). | |
| channel_id | Yes | Channel id, from list_channels. |