Read Comms Channel
read_channelFetch recent messages from a Comms channel, including the newest. Requires a channel_id from list_channels; returns messages in the channel (empty if silent).
Instructions
Read a Comms channel's recent messages, newest included (the connected member must be a channel member). Read-only; returns the messages, empty when the channel is silent. Resolve channel_id first with list_channels — never guess it. Optional limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max messages to return (optional). | |
| channel_id | Yes | Channel id, from list_channels. |