Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already documents both parameters (value = New setpoint value, parameter = Parameter name with examples). The description adds the key constraint that writes are validated against safety limits, which gives context about value constraints. However, it doesn't specify what the safety limits are or how violations are handled, and the examples in the schema ('temperature, pressure, speed') are more helpful than anything in the description.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.