Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is only 33%, so the description must compensate. It does so by mapping filters to parameters: status, category, core/supplementary (is_core), in-force-on-date, and pagination (limit/cursor). It does not clarify the exact format of limit/cursor or category values, but the schema covers status and in-force-on-date formats.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.