project-list
Scans a directory to find Godot projects for use with other tools. Returns array of paths and names.
Instructions
[compact alias of list_projects] Scans a directory for Godot projects (folders containing project.godot). Use to discover projects before using other tools. Returns array of {path, name}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directory | Yes | Absolute path to search (e.g., "/home/user/godot-projects" on Linux, "C:\Games" on Windows) | |
| recursive | No | If true, searches all subdirectories. If false (default), only checks immediate children. |