inspect_scene_tree
Recursively inspect a Godot scene's node hierarchy to analyze its composition and identify problems, leaving the scene unchanged.
Instructions
Inspect a scene tree recursively without modifying the scene.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxDepth | No | ||
| scenePath | Yes | ||
| projectPath | No | Optional absolute Godot project path. Defaults to the project selected in Godot MCP Toolkit. |