Skip to main content
Glama
Xerolo44

RPG Maker MV MCP Server

by Xerolo44

Update database record

update_record

Update an RPG Maker MV database record: merge or replace fields while preserving the record's id based on its array position.

Instructions

Update a database record. By default the given fields are shallow-merged into the existing record; set merge=false to replace it entirely. The record's id always stays fixed to match its array position.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesRecord id (1-based)
dataYesFields to set (or the complete record when merge=false)
typeYesWhich database to access (e.g. actors, items, skills, troops, commonEvents)
mergeNoMerge into existing record (true) or replace (false)
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses key behaviors: shallow-merge by default, replace option, and that the id always stays fixed. This is strong transparency for a CRUD tool, though it could mention error states or authorization needs.

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?

The description is two sentences, zero filler. The first sentence states the core purpose, and the second adds critical behavior details. Every word earns its place.

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 no output schema and moderate complexity (4 params, one with enum), the description covers merge behavior and id fixity well. It could briefly mention what happens on success or failure, but overall sufficient for correct tool 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?

The schema coverage is 100%, so the schema already documents parameters well. The description adds value by explaining the effect of merge and the id fixity, but these are already implied by the schema. 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 tool name 'update_record' and description clearly state it updates a database record, with specific verbs 'update' and semantic distinction from siblings like 'create_record' and 'search_records'. The description adds the merge behavior, further clarifying purpose.

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 explains when to use merge=true vs false ('shallow-merged' vs 'replace'), providing clear context. However, it does not explicitly state when not to use this tool or compare with alternative tools (e.g., when to use update vs create), which would make it a 5.

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