Skip to main content
Glama

RPG Maker MZ MCP Server

implement_scenario

Integrate generated scenario content into RPG Maker MZ projects to add story elements, events, and narrative components to your game development workflow.

Instructions

Implement a generated scenario into the RPG Maker MZ project

Input Schema

NameRequiredDescriptionDefault
project_pathYesPath to the RPG Maker MZ project directory
scenarioYesGenerated scenario object

Input Schema (JSON Schema)

{ "properties": { "project_path": { "description": "Path to the RPG Maker MZ project directory", "type": "string" }, "scenario": { "description": "Generated scenario object", "type": "object" } }, "required": [ "project_path", "scenario" ], "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