Read Comms Channel
read_channelRetrieve recent messages from a Comms channel. Provide the channel ID and optionally limit the number of messages returned.
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. |