update_variable_group
Rename a variable group.
Rename a variable group.
Writes data · Idempotent · Calls external systems.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
acknowledge | boolean | No | Reset edit budget after user approval |
group_id | number | Yes | Variable group id |
name | string | Yes | New group name |
Example arguments
Illustrative arguments an agent supplies when calling this tool:
{
"group_id": 0,
"name": "string"
}
Description
Variant management has moved to dedicated variants_* tools (add_variant, remove_variant, rename_variant, set_default_variant, copy_variant_values).
Related
What's next?
Last updated on