get_project_info
Retrieve a Godot project's metadata, including its name, folder structure, and Godot version, by providing the absolute project path. This helps identify project configuration before automating tasks.
Instructions
Return metadata about a Godot project (name, structure, Godot version).
Args: project_path: Absolute path to the Godot project directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |