Skip to main content
Glama

RPG Maker MZ MCP Server

generate_scenario_variations

Generate multiple scenario variations for RPG Maker MZ projects to compare different story approaches based on theme, style, and length parameters.

Instructions

Generate multiple variations of a scenario for comparison

Input Schema

NameRequiredDescriptionDefault
api_keyNoGemini API key (optional)
countYesNumber of variations to generate
lengthYesLength of scenarios
project_pathYesPath to the RPG Maker MZ project directory
styleYesStyle or tone
themeYesTheme or genre

Input Schema (JSON Schema)

{ "properties": { "api_key": { "description": "Gemini API key (optional)", "type": "string" }, "count": { "description": "Number of variations to generate", "type": "number" }, "length": { "description": "Length of scenarios", "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", "type": "string" } }, "required": [ "project_path", "theme", "style", "length", "count" ], "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