list_maps
Retrieve all maps from an RPG Maker MZ project directory to manage game levels and navigation structure.
Instructions
List all maps in an RPG Maker MZ project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_path | Yes | Path to the RPG Maker MZ project directory |
Input Schema (JSON Schema)
{
"properties": {
"project_path": {
"description": "Path to the RPG Maker MZ project directory",
"type": "string"
}
},
"required": [
"project_path"
],
"type": "object"
}