rename_variable
Rename a variable using its ID and new name path (e.g., 'color/brand'). Returns confirmation with updated variable ID and name.
Instructions
Rename a variable (e.g. "color/primary" → "color/brand"). Returns { ok, variableId, name }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | New variable name, e.g. "color/brand" | |
| variableId | Yes | Variable id |