update_variable
Update the key and value of an existing variable by providing its ID, new key, and new value.
Instructions
Update an existing variable's key/value by variable ID (see list_variables for IDs).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Variable ID | |
| key | Yes | Variable key | |
| value | Yes | New value |