Skip to main content
Glama

RPG Maker MZ MCP Server

add_event

Create new events on RPG Maker MZ maps by specifying coordinates, IDs, and names to build interactive game elements and narrative content.

Instructions

Add a new event to a map

Input Schema

NameRequiredDescriptionDefault
event_idYesEvent ID
map_idYesMap ID
nameYesEvent name
project_pathYesPath to the RPG Maker MZ project directory
xYesX coordinate
yYesY coordinate

Input Schema (JSON Schema)

{ "properties": { "event_id": { "description": "Event ID", "type": "number" }, "map_id": { "description": "Map ID", "type": "number" }, "name": { "description": "Event name", "type": "string" }, "project_path": { "description": "Path to the RPG Maker MZ project directory", "type": "string" }, "x": { "description": "X coordinate", "type": "number" }, "y": { "description": "Y coordinate", "type": "number" } }, "required": [ "project_path", "map_id", "event_id", "name", "x", "y" ], "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