update_tag
Update an existing tag in your SimpleLocalize project by providing its current name and optionally setting a new name or color. Fails if the tag is not found.
Instructions
This tool will update a tag in your SimpleLocalize project.
Provide the existing 'tagName' to identify the tag, and optionally 'name' and/or 'color' (hex, no leading '#') to update.
Throws an error if the tag does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New tag name (optional, 2-16 characters). | |
| color | No | New tag color in hex format (e.g. 6e56ce) (optional). | |
| tagName | Yes | Existing tag name to update. |