list_projects
Locate Godot projects within a chosen directory using optional recursive search. Identify available projects for inspection, modification, and debugging.
Instructions
List Godot projects in a directory
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directory | Yes | Directory to search for Godot projects | |
| recursive | No | Whether to search recursively (default: false) |