Skip to main content
Glama

RPG Maker MZ MCP Server

list_resources

Display all registered game assets in your RPG Maker MZ project with filtering options by type and tags to organize development resources.

Instructions

List all registered resources with optional filtering

Input Schema

NameRequiredDescriptionDefault
project_pathYesProject path
tagsNoFilter by tags
typeNoFilter by resource type

Input Schema (JSON Schema)

{ "properties": { "project_path": { "description": "Project path", "type": "string" }, "tags": { "description": "Filter by tags", "items": { "type": "string" }, "type": "array" }, "type": { "description": "Filter by resource type", "type": "string" } }, "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