Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description carries the burden. It lists parameters (computer_id, x, y) and their types, adding meaning beyond the schema's minimal titles. However, it doesn't explain parameter interactions (e.g., coordinate system origin) or constraints (e.g., valid computer_id formats), leaving some semantics implicit.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.