list_autoloads
List all registered autoloads with their paths and singleton status. Diagnose headless failures by seeing exactly which autoloads are loaded, directly from project.godot without launching Godot.
Instructions
List all registered autoloads in a project with paths and singleton status. Use first when diagnosing headless failures — broken autoloads crash all headless ops, so this tells you what is loaded. No Godot process required (reads project.godot directly). Returns: [{ name, path, singleton }].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Path to the Godot project directory |