Game Get Scene Tree
game_get_scene_treeRetrieve the current scene tree structure of a running Godot 4 game to inspect node hierarchy and gain insights during autonomous development and testing.
Instructions
Get scene tree structure of the runn…
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxNodes | No | Maximum nodes returned in determinis… |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| meta | Yes | ||
| error | No |