channel_read
Read messages from a channel and fetch only new ones using a timestamp parameter.
Instructions
Read messages from a channel.
Supports incremental pull via 'since' parameter to fetch only new messages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of messages to return (default 50, max 200). | |
| since | No | ISO 8601 timestamp — only return messages after this time. Example: "2026-04-04T10:00:00". Leave empty to get all recent messages. | |
| channel | Yes | Target channel (e.g. "team:backend", "global"). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||