Read scene
read_sceneRetrieve the full structured representation of a single GB Studio scene, including metadata, actors, triggers, and scene scripts. Excludes backgrounds, palettes, and sprites.
Instructions
Return the full structured representation of one scene: metadata, actors[], triggers[], and scene-level scripts (script, playerHit1Script, playerHit2Script, playerHit3Script). Does NOT include backgrounds, palettes, or sprites — fetch those separately if needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sceneId | Yes | Scene id (UUID string, not name). |