write_property
Update a property value on a ThingWorx Thing to change equipment setpoints, modes, or configuration. Requires explicit operator authorization to ensure safe writes to industrial equipment.
Instructions
Write a new value to a Property on a Thing. Gated by THINGWORX_ALLOW_WRITE=true because property writes can change the state of real industrial equipment (setpoints, modes, configuration). The MCP refuses to write unless the operator has explicitly authorized it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | The new property value. Type must match the property definition. | |
| thing_name | Yes | The Thing whose property to write | |
| property_name | Yes | The Property name |