renforge_game_state_compact
Retrieve a bounded, compact snapshot of live Ren'Py game state, with optional variable selection and configurable limits to keep responses small.
Instructions
Return bounded live state, optionally with selected variables.
Defaults to state_profile='interaction' so the full store is never returned in the payload unless state_profile='full' is requested.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_depth | No | ||
| max_items | No | ||
| project_path | Yes | ||
| state_profile | No | interaction | |
| variable_names | No | ||
| variable_prefix | No | ||
| max_output_bytes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||