set_term
Update a single vocabulary term in an RPG Maker MZ project. Specify the category and key to replace text with a new value, with an optional dry-run to preview changes.
Instructions
Set one vocabulary term. For category 'basic'/'commands'/'params' the key is a numeric index (as a string); for 'messages' it's a message key (e.g. 'actorDamage'). Returns the updated terms.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Index (for basic/commands/params) or message key (for messages) | |
| value | Yes | The new term text | |
| dryRun | No | Preview only: return a diff of what would change without writing to disk. | |
| category | Yes | Which term group to edit |