list_projects
Discover and display all RPG Maker MZ projects located in a specified directory to help developers organize and access their game development work.
Instructions
List all RPG Maker MZ projects in a directory
Input Schema
Name | Required | Description | Default |
---|---|---|---|
directory | No | Directory path to search for projects (defaults to ~/Documents) |
Input Schema (JSON Schema)
{
"properties": {
"directory": {
"description": "Directory path to search for projects (defaults to ~/Documents)",
"type": "string"
}
},
"type": "object"
}