create_variable_group

Create a new variable group with its variants in one call.

Create a new variable group with its variants in one call.

Writes data · Calls external systems.

Parameters

FieldTypeRequiredDescription
acknowledgebooleanNoReset edit budget after user approval
namestringYesGroup name (e.g. "Environments")
productstringYesProduct slug
variant_namesstringYesComma-separated variant names (e.g. "Dev,Staging,Prod")

Example arguments

Illustrative arguments an agent supplies when calling this tool:

{
  "product": "string",
  "name": "string",
  "variant_names": "string"
}

Description

variant_names is a comma-separated list (e.g. "Dev,Staging,Prod"). The FIRST variant becomes the default per platform convention. Manage variants afterwards via the variants_* tools.

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