Skip to main content
Glama

RPG Maker MZ MCP Server

generate_asset_batch

Generate multiple RPG Maker MZ assets in batch to streamline game development workflow by processing multiple asset creation requests simultaneously.

Instructions

Generate multiple RPG Maker MZ assets in batch

Input Schema

NameRequiredDescriptionDefault
requestsYesArray of asset generation requests

Input Schema (JSON Schema)

{ "properties": { "requests": { "description": "Array of asset generation requests", "items": { "properties": { "api_key": { "type": "string" }, "asset_type": { "type": "string" }, "filename": { "type": "string" }, "project_path": { "type": "string" }, "prompt": { "type": "string" } }, "type": "object" }, "type": "array" } }, "required": [ "requests" ], "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