list_projects
list_projectsFind Godot projects in a directory by searching for project.godot files. Specify directory and optional recursive search.
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) |