Rename Tag
rename_tagRenames a tag, updating its display name and slug. When the tag is in use, prompts whether to propagate the rename to all associated records.
Instructions
Rename a registered tag. Updates the display name and slug. If the tag is in use and propagate is not explicitly set, a conflict response is returned asking whether to propagate the rename. Set propagate=true or propagate=false to skip the conflict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag_id | Yes | Tag registry UUID. | |
| cascade | No | If true, rename the tag on all tasks/customers/financial records that use it. If false, rename only the registry entry. If omitted and the tag is in use, a conflict is returned asking the user to decide. | |
| new_name | Yes | New display name for the tag. | |
| propagate | No | Deprecated: use `cascade`. |