Skip to main content
Glama

RPG Maker MZ MCP Server

describe_asset

Analyze RPG Maker MZ assets to generate detailed descriptions using AI, helping developers understand and document existing game resources for better project management.

Instructions

Analyze and describe an existing RPG Maker MZ asset using Gemini 2.5 Flash

Input Schema

NameRequiredDescriptionDefault
api_keyNoGemini API key (optional)
asset_typeYesType of asset
filenameYesFilename of the asset to analyze
project_pathYesPath to the RPG Maker MZ project directory

Input Schema (JSON Schema)

{ "properties": { "api_key": { "description": "Gemini API key (optional)", "type": "string" }, "asset_type": { "description": "Type of asset", "type": "string" }, "filename": { "description": "Filename of the asset to analyze", "type": "string" }, "project_path": { "description": "Path to the RPG Maker MZ project directory", "type": "string" } }, "required": [ "project_path", "asset_type", "filename" ], "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