get_scene_tree
Retrieve the currently open Godot scene's node hierarchy, including names, classes, and scripts in a nested structure, to inspect and understand the scene layout.
Instructions
Return the node tree of the scene currently open in the editor (name/class/script, nested).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||