channel_read
Fetch messages from a target channel, optionally using a timestamp to retrieve only new messages since last read. Does not clear unread status.
Instructions
Read messages from a channel.
Supports incremental pull via 'since' parameter to fetch only new messages.
纯读,不清未读。读完要消掉徽章须显式调 channel_read_ack,并把本次实际 读到的最后一条的 created_at 传进去。
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 | |||