grove_get_history
Retrieve message history from a Grove channel with optional limit and since_id for incremental polling. Requires grove_read permission.
Instructions
Get message history from a Grove channel. Requires grove_read.
Args: channel_name: Exact channel name (use grove_list_channels to find names). limit: Number of messages to return (max 200, default 50). since_id: If > 0, return only messages with id greater than this value, oldest first. Use the last returned message's id as your next since_id to poll for new messages without re-fetching history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| app_id | No | ||
| since_id | No | ||
| channel_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |