ddb_poll_rolls
Fetch dice rolls captured since a cursor. Pass the previous cursor to continue, or start at 0 for all buffered rolls. Returns sequence numbers, summaries, and raw game-log messages.
Instructions
Drain dice rolls the pump has captured since a cursor. Returns each roll's seq (the cursor), a one-line summary, and the raw DDB game-log message (mirror its actual dice values when bridging — never re-roll). Pass the previous response's cursor as after; start with 0 (or omit) for everything buffered.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Return only rolls with seq > after. Use the `cursor` from the previous poll. Default 0. |