Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema documents limit and query, but the description adds important semantics: 'self-described, not certified' clarifies how the query should be interpreted, and 'resumable pagination' gives meaning to the cursor parameter. The undocumented cursor is partially compensated by this pagination mention.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.