Current scene
get-current-sceneRetrieve the active scene's full details: size, background, navigation, walls, lights, sounds, notes, and optional tokens, with hidden tokens excluded unless requested.
Instructions
Describe the scene that is active for everyone: size, background, navigation, how many walls, lights, sounds and notes it holds, its notes, and with includeTokens its tokens. Hidden tokens are left out of the list and the summary unless includeHidden is set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| includeHidden | No | Include hidden tokens (default: false) | |
| includeTokens | No | List the tokens on the scene (default: true) |