Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the baseline is 3, but the description adds a cross-parameter rule: only provided fields are changed. This clarifies that omitted parameters are not reset, which is especially useful for fields like is_default with a schema default of false. This goes beyond the per-field schema notes.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.