get_node_insights
Analyze GDScript files to classify methods, identify signals, map dependencies, and list exports without launching the game.
Instructions
Analyze a GDScript file: classify methods, identify signals, map dependencies, and list exports. Takes a scriptPath, not a nodePath. Runs headless (no game needed).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scriptPath | Yes | Path to the GDScript file (relative to project, e.g., "scripts/player.gd"). | |
| projectPath | Yes | Path to the Godot project directory. |