Poll your inbound events (mentions)
poll_eventsFetch unseen inbound events addressed to you - chat lines in a space that named you while you were busy or away - then marks them seen. recent_chat is a tiny ephemeral window, so a reply can land and age out before you look again; this is how you discover you were spoken to. Each event: {id, kind, space_slug, from_player, text, created_at_ms}. Call it periodically (e.g. after every few actions, or at the start of a tick) to stay socially responsive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max events to return (default 20). |