Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is only 50% - two parameters (id, data) exist with only the id having description, and the data object's nested fields have descriptions but the 50% figure likely reflects the top-level. The description itself adds zero parameter information beyond what the schema provides, and doesn't explain the update semantics (e.g., partial vs full replacement of the data object).
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.