Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 0% schema description coverage, the description must compensate for parameter meaning. The single sentence mentions 'pagination filters' but does not explain what each parameter (limit, offset, resourceType) does, their valid values, or defaults. The schema provides structural constraints (e.g., limit max 100) but no semantic meaning. The agent is left guessing how to use the parameters correctly.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.