Skip to main content
Glama
Redseb
by Redseb

update_map

Update a map's name, display name, BGM, encounters, and other top-level properties without affecting tiles. For resizing the map, use the dedicated resize_map tool.

Instructions

Update a map's top-level properties (name, display name, bgm, encounters, etc.). Does not repaint tiles. Cannot change width/height (that would desync the tile data array) — use resize_map for that.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mapIdYesThe ID of the map
dryRunNoPreview only: return a diff of what would change without writing to disk.
updatesYesPartial MapData properties to merge
Behavior4/5

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

With no annotations, the description carries safety and side-effect transparency. It reveals important behavioral constraints: no tile repainting, no dimension changes, and the rationale (desyncing tile data array). It could go further by stating persistence or validation behavior, but the key constraints are disclosed.

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 concise sentences front-load the purpose and examples, then immediately state limitations and an alternative. No filler or repetition of schema details.

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

Completeness4/5

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

Given the tool's complexity (nested updates object, 3 params, no output schema), the description covers the essential scope, constraints, and the key alternative (resize_map). It does not mention return behavior or validation, but the rich schema and the explicit boundary conditions make the description largely sufficient for safe usage.

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

Parameters3/5

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

Schema coverage is 100% and both mapId and dryRun are well described in the schema. The description adds examples of updatable fields ('name, display name, bgm, encounters') but does not further elaborate the `updates` object semantics beyond what the schema already says ('Partial MapData properties'). Baseline 3 is appropriate.

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 starts with a specific verb ('Update') and resource ('map's top-level properties'), listing concrete fields (name, display name, bgm, encounters). It clearly distinguishes itself from siblings by noting it does not repaint tiles and cannot resize, tying to update_map_tree/resize_map.

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

Usage Guidelines5/5

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

Provides explicit when-not-to-use guidance: 'Does not repaint tiles' and 'Cannot change width/height... use resize_map for that.' This directly names an alternative and clarifies scope, which helps an agent choose between update_map, resize_map, or tile-painting tools.

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/Redseb/rpgmaker-mz-mcp'

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