Read recent relevant events
get_recent_eventsRetrieve a world's event history newest-first to understand how its current state developed. Use backward pagination or checkpoint-based queries to inspect changes without loading the full context.
Instructions
Read a compact newest-first history explaining how the authoritative current state developed. Supports backward pagination and events since a checkpoint; do not use it instead of current context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | ||
| worldId | Yes | Numeric world ID from list_worlds or create_world. | |
| beforeId | No | ||
| includeSecrets | No | ||
| sinceCheckpointId | No |