Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so each parameter already has a description. The description adds collective meaning by stating 'Pass only fields to change' and 'use null to clear,' which explains the overall update pattern and the meaning of null across all nullable parameters, supplementing the schema's per-field 'or null to clear' notes.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.