Skip to main content
Glama

RPG Maker MZ MCP Server

generate_project_context

Generate comprehensive documentation for RPG Maker MZ projects including structure, maps, events, and plugin information to understand project organization and dependencies.

Instructions

Generate comprehensive context documentation for an RPG Maker MZ project including structure, maps, events, and plugin information

Input Schema

NameRequiredDescriptionDefault
include_eventsNoInclude event data (default: true)
include_mapsNoInclude detailed map information (default: true)
include_pluginsNoInclude plugin information (default: true)
project_pathYesPath to the RPG Maker MZ project directory

Input Schema (JSON Schema)

{ "properties": { "include_events": { "description": "Include event data (default: true)", "type": "boolean" }, "include_maps": { "description": "Include detailed map information (default: true)", "type": "boolean" }, "include_plugins": { "description": "Include plugin information (default: true)", "type": "boolean" }, "project_path": { "description": "Path to the RPG Maker MZ project directory", "type": "string" } }, "required": [ "project_path" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ShunsukeHayashi/rpgmaker-mz-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server