get_project_info
Retrieve metadata from a Godot project, including name, path, version, and asset structure. Omit the project path to check the Godot version alone.
Instructions
Get metadata about a Godot project: name, path, Godot version, and a structure summary (counts of scenes/scripts/assets/other). Omit projectPath to get just the Godot version (useful for capability checks). Returns { name, path, godotVersion, structure } or { godotVersion } when projectPath is omitted. Errors if projectPath is set but lacks project.godot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | No | Path to the Godot project directory (optional — omit to get Godot version only) |