godot_analyze_scene
Parse .tscn or .tres files to get structured analysis with antipattern and format error detection.
Instructions
Parse .tscn scene files or .tres resource files and return structured analysis. Detects antipatterns (deep nesting, oversized scenes, missing scripts) and format errors (preload in .tres, custom class names in type field, integer resource IDs).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to .tscn or .tres file (e.g., res://scenes/main.tscn) |