Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description documents that points is a list of (x, y, z) tuples, giving structure beyond the bare schema. However, the schema declares points as type string, so the actual wire encoding is ambiguous and the description does not resolve that mismatch.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.