analyze_project_structure
Analyze RPG Maker MZ project structure to identify maps, connections, events, and game flow patterns for development insights.
Instructions
Analyze RPG Maker MZ project structure and provide insights about maps, connections, events, and game flow
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"
}