Skip to main content
Glama
Xerolo44

RPG Maker MV MCP Server

by Xerolo44

Restore backup

restore_backup

Restore a single file or all files from a backup session. The current project state is backed up first, allowing the restore to be undone.

Instructions

Restore project files from a backup session (see list_backups). Restores one file (project-relative path like 'data/Actors.json') or, with no file given, every file in the session. The current state is itself backed up first, so a restore can be undone.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fileNoProject-relative file to restore; omit to restore all files in the session
sessionNoBackup session name from list_backups; defaults to the most recent
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations exist, so the description carries the full burden. It discloses that a backup of the current state is created before restoring, enabling undo. It also explains the behavior when no file is provided (restores all files). No contradictions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, front-loaded with the core action, no redundant words. Every sentence adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema, the description fully explains the restore behavior, the undo mechanism, and the parameter semantics. It references related tool (list_backups) for session discovery, making it self-contained.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with descriptions for both parameters. The description adds context: 'file' is project-relative, and omitting it restores all; 'session' defaults to most recent. This goes beyond the schema's basic descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses specific verbs ('restore project files') and resource ('backup session'), clearly distinguishing it from sibling tools that deal with events, plugins, maps, etc. It also differentiates between restoring a single file versus all files.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description indicates when to use the tool (to restore from a backup) and references list_backups for finding sessions. It mentions that the current state is backed up first, implying undoability, but does not explicitly state when not to use or provide alternatives beyond the reference.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/Xerolo44/RPG-Maker-MV-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server