list_projects
Find all Godot projects in a specified directory. Supports recursive search to locate projects in subdirectories.
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) |