Live scene tree
godot_scene_treeDump the live scene tree of a running Godot game, showing node names, types, and attached scripts. Configure output format and depth as needed.
Instructions
Dump the live scene tree of a running game (node names, types and attached scripts).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game_id | No | Handle of a running game (e.g. "game-1"). Optional when exactly one game is running. | |
| max_depth | No | Maximum tree depth to walk. | |
| response_format | No | Output format. "markdown" is human-readable; "json" is structured. | markdown |