Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 50%, so half the parameters carry no documentation. The schema itself documents 'limit' (max 100, default 25), and the description's 'newest first' implies sort semantics but never explains unacknowledged_only, leaving that parameter undocumented in both places.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.