Skip to main content
Glama

RPG Maker MZ MCP Server

generate_scenario

Create complete RPG game scenarios with story, maps, characters, events, and items for RPG Maker MZ projects using AI generation based on theme, style, and length specifications.

Instructions

Generate a complete RPG game scenario using Gemini AI (story, maps, characters, events, items)

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 (e.g., 'lighthearted', 'dark', 'comedic', 'epic')
themeYesTheme or genre of the game (e.g., 'fantasy adventure', 'sci-fi', 'horror')

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 (e.g., 'lighthearted', 'dark', 'comedic', 'epic')", "type": "string" }, "theme": { "description": "Theme or genre of the game (e.g., 'fantasy adventure', 'sci-fi', 'horror')", "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