Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With only 20% schema description coverage, the description compensates by defining the `query` parameter as matching title, official title, description, or topic, and by mentioning verification status, which relates to `authority_status`. It does not explain `limit`/`offset` mechanics or all filtering semantics, but the schema provides defaults and enum values for those.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.