Skip to main content
Glama

RPG Maker MZ MCP Server

update_database

Modify RPG Maker MZ database entries including Actors, Classes, Skills, Items, Weapons, and Armors by updating specific fields and values.

Instructions

Update an entry in any database (Actors, Classes, Skills, Items, Weapons, Armors, etc.)

Input Schema

NameRequiredDescriptionDefault
databaseYesDatabase name (e.g., 'Actors', 'Classes', 'Skills', 'Items')
idYesEntry ID
project_pathYesPath to the RPG Maker MZ project directory
updatesYesObject containing fields to update

Input Schema (JSON Schema)

{ "properties": { "database": { "description": "Database name (e.g., 'Actors', 'Classes', 'Skills', 'Items')", "type": "string" }, "id": { "description": "Entry ID", "type": "number" }, "project_path": { "description": "Path to the RPG Maker MZ project directory", "type": "string" }, "updates": { "description": "Object containing fields to update", "type": "object" } }, "required": [ "project_path", "database", "id", "updates" ], "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