Skip to main content
Glama

RPG Maker MZ MCP Server

search_database

Search RPG Maker MZ game databases to find actors, enemies, skills, and items using filters for name, ID range, and specific data types.

Instructions

Search game database (actors, enemies, skills, items, etc.) with filters

Input Schema

NameRequiredDescriptionDefault
id_maxNoMaximum ID
id_minNoMinimum ID
name_containsNoFilter by name containing text
project_pathYesProject path
typesNoDatabase types to search

Input Schema (JSON Schema)

{ "properties": { "id_max": { "description": "Maximum ID", "type": "number" }, "id_min": { "description": "Minimum ID", "type": "number" }, "name_contains": { "description": "Filter by name containing text", "type": "string" }, "project_path": { "description": "Project path", "type": "string" }, "types": { "description": "Database types to search", "items": { "type": "string" }, "type": "array" } }, "required": [ "project_path" ], "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