List addons
godot_list_addonsList all installed editor addons in a Godot project, showing their plugin.cfg metadata and enabled state.
Instructions
List installed editor addons under addons/, with their plugin.cfg metadata and enabled state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_root | No | Path to the Godot project root (folder containing project.godot). Defaults to $GODOT_PROJECT_ROOT or an upward search from the working directory. | |
| response_format | No | Output format. "markdown" is human-readable; "json" is structured. | markdown |