Read scene tree
scene_treeInspect a Godot scene's node hierarchy, including types, attached scripts, instanced sub-scenes, and groups, to understand its structure before making changes.
Instructions
Show a scene's node hierarchy with types, attached scripts, instanced sub-scenes and groups. Read this before editing any scene.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scene | Yes | Scene path, e.g. "res://levels/main.tscn". | |
| project | No | Godot project folder (the one with project.godot). Optional if the server was started with --project. | |
| max_depth | No | 0 = unlimited. |