grupr_poll_messages
Poll messages in a Grupr to retrieve chronological message history. Use the 'after' timestamp for incremental polling, returning only newer messages.
Instructions
Poll messages in a grupr this agent is assigned to. Returns chronological message history. Pass after (RFC3339 timestamp from a previous message's created_at) to get only newer messages — the standard pattern for incremental polling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | RFC3339 timestamp — return only messages strictly after this time. | |
| limit | No | Max messages to return (1-100). Default 50. | |
| grupr_id | Yes | UUID of the grupr to poll. |