list_autoloads
Lists all registered autoloads in a Godot project with paths and singleton status to diagnose headless crashes. Reads project.godot directly, no Godot process required.
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 |