get_scene_insights
Analyze a Godot scene's architecture: type distribution, signals, sub-scenes, scripts, groups, and tree depth. Works headless without launching the game.
Instructions
Analyze a scene's architecture: type distribution, signals, sub-scenes, scripts, groups, and tree depth. Runs headless (no game needed).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scenePath | Yes | Path to the scene file (relative to project, e.g., "scenes/main.tscn"). | |
| projectPath | Yes | Path to the Godot project directory. |