Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate for both parameters. It defines 'points' as control polygon vertices given as (x, y, z) tuples and 'degree' as polynomial degree with a default of 3 (cubic B-spline), adding real semantics. There is a slight mismatch because the schema types 'points' as a string rather than tuples, which creates minor ambiguity.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.