rename_variant

Rename a variant in a group atomically.

Rename a variant in a group atomically.

Writes data · Idempotent · Calls external systems.

Parameters

FieldTypeRequiredDescription
acknowledgebooleanNoReset edit budget after user approval
group_idnumberYesVariable group id
namestringYesNew variant name
variant_idnumberYesVariant id

Example arguments

Illustrative arguments an agent supplies when calling this tool:

{
  "group_id": 0,
  "variant_id": 0,
  "name": "string"
}

Description

Existing variable values stay attached to the variant id (the rename is name-only).

What's next?

All MCP tools

Browse the full tool reference by category.

Connect a client

Point Claude, Cursor, or Claude Code at the server.

Last updated on