update_variable
Updates an existing variable by changing its name, value, or type using the variable's ID.
Instructions
Update an existing variable. Can change name, value, or type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New variable name | |
| type | No | New variable type | |
| value | No | New variable value | |
| variable_id | Yes | Variable ID (UUID) to update |