Skip to main content
Glama

register_prompt_template

Create reusable prompt templates with variable placeholders and resource references for RPG Maker MZ game development, enabling consistent AI-generated content creation across projects.

Instructions

Register a reusable prompt template with variable placeholders and resource references

Input Schema

NameRequiredDescriptionDefault
descriptionNoPrompt description
nameYesPrompt name
project_pathYesProject path
prompt_idYesUnique prompt ID
resource_refsNoReferenced resource IDs
templateYesPrompt template with {{variable}} placeholders
variablesYesList of variable names

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Prompt description", "type": "string" }, "name": { "description": "Prompt name", "type": "string" }, "project_path": { "description": "Project path", "type": "string" }, "prompt_id": { "description": "Unique prompt ID", "type": "string" }, "resource_refs": { "description": "Referenced resource IDs", "items": { "type": "string" }, "type": "array" }, "template": { "description": "Prompt template with {{variable}} placeholders", "type": "string" }, "variables": { "description": "List of variable names", "items": { "type": "string" }, "type": "array" } }, "required": [ "project_path", "prompt_id", "name", "template", "variables" ], "type": "object" }

Latest Blog Posts

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