Skip to main content
Glama

RPG Maker MZ MCP Server

execute_prompt

Execute prompt templates with custom variables to generate RPG Maker MZ game content, enabling automated creation of maps, events, characters, and database elements from provided parameters.

Instructions

Execute a prompt template with provided variables and resource references

Input Schema

NameRequiredDescriptionDefault
project_pathYesProject path
prompt_idYesPrompt template ID
variablesYesVariables to fill in the template

Input Schema (JSON Schema)

{ "properties": { "project_path": { "description": "Project path", "type": "string" }, "prompt_id": { "description": "Prompt template ID", "type": "string" }, "variables": { "description": "Variables to fill in the template", "type": "object" } }, "required": [ "project_path", "prompt_id", "variables" ], "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