Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description adds significant meaning beyond the input schema, which has 0% schema description coverage. It explains that 'x' and 'y' are coordinates for absolute screen positioning, with 'x: X coordinate (0 = left edge)' and 'y: Y coordinate (0 = top edge)', clarifying the coordinate system and edge references not present in the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.