grove_watch
Monitor a channel for new messages posted after a given ID. Non-blocking, returns only newer messages to enable incremental updates without missing activity.
Instructions
Return any new messages in a channel since since_id. Non-blocking. Requires grove_read.
Args: channel_name: Channel to check. since_id: Return messages with id greater than this value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | No | ||
| since_id | Yes | ||
| channel_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |