autoload_list
List all autoload singletons in a Godot project to inspect global scripts and scenes.
Instructions
List all autoload singletons in the project.
Category: Autoload
Args: project_path: Path to the Godot project directory
Returns: JSON string containing list of autoloads or error description
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |