list_projects
Identify and list Godot projects within a specified directory, optionally searching recursively, to manage and locate game development files efficiently.
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) |