Skip to main content
Glama
Redseb
by Redseb

update_item

Modify RPG Maker MZ item properties by ID, merging updates into existing data so only specified fields change.

Instructions

Update an item's properties (shallow merge into the existing record)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dryRunNoPreview only: return a diff of what would change without writing to disk.
itemIdYesThe ID of the item to update
updatesYesObject containing item properties to update
Behavior3/5

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

With no annotations, the description carries the full transparency burden. It does disclose a key behavioral trait: shallow merge into the existing record, which clarifies merge semantics. However, it omits other important traits for a mutation tool, such as permissions, irreversibility, side effects, or return values.

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?

One concise sentence, front-loaded with the action and scope, followed by a parenthetical that adds essential semantics. No filler or repetition; every word earns its place.

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

Completeness3/5

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

The description adequately covers the core operation and merge behavior, and the schema documents all parameters. However, with no annotations and no output schema, it leaves gaps around return values, error handling, and broader usage context, making it minimally adequate rather than complete.

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 clear per-parameter descriptions, so the baseline is 3. The description adds meaning by explaining 'shallow merge', which directly clarifies how the 'updates' parameter will be applied, exceeding what the schema provides for that key parameter.

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 clearly states it updates an item's properties, using the specific verb 'Update' and resource 'item's properties'. The parenthetical 'shallow merge into the existing record' adds precise scope and distinguishes it from replace-style tools or other update tools.

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

Usage Guidelines3/5

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

The description implies usage when modifying existing item properties, but it does not explicitly mention alternatives (like create_item) or exclusion scenarios. No 'when not to use' guidance is provided, leaving the decision to the agent based on the tool's name and generic action.

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