duplicate_variable
Clone a variable under a new name.
Clone a variable under a new name.
Writes data · Calls external systems.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
acknowledge | boolean | No | Reset edit budget after user approval |
new_name | string | Yes | Name for the new variable |
variable_id | number | Yes | Source variable id |
Example arguments
Illustrative arguments an agent supplies when calling this tool:
{
"variable_id": 0,
"new_name": "string"
}
Description
The duplicate inherits the type, group, and per-variant values of the source — the platform copies everything atomically in one call.
What's next?
Last updated on