Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description clarifies the structure of the 'points' parameter as an array of [x,y] pairs, which is not explained in the schema. However, the 'layer' parameter is not mentioned at all, and since schema description coverage is 0%, the description only partially compensates for parameter meaning.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.