Skip to main content
Glama

RPG Maker MZ MCP Server

generate_and_implement_scenario

Create and automatically implement complete RPG scenarios in RPG Maker MZ projects. Specify theme, style, and length to generate story content, characters, and game events directly into your project directory.

Instructions

Generate and immediately implement a complete RPG scenario (all-in-one)

Input Schema

NameRequiredDescriptionDefault
api_keyNoGemini API key (optional)
lengthYesLength of the game scenario
project_pathYesPath to the RPG Maker MZ project directory
styleYesStyle or tone
themeYesTheme or genre of the game

Input Schema (JSON Schema)

{ "properties": { "api_key": { "description": "Gemini API key (optional)", "type": "string" }, "length": { "description": "Length of the game scenario", "enum": [ "short", "medium", "long" ], "type": "string" }, "project_path": { "description": "Path to the RPG Maker MZ project directory", "type": "string" }, "style": { "description": "Style or tone", "type": "string" }, "theme": { "description": "Theme or genre of the game", "type": "string" } }, "required": [ "project_path", "theme", "style", "length" ], "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