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. It only says 'by id,' which gives minimal context about the 'id' parameter but does not clarify that it is the custom filter ID, where to obtain it, or any format expectations. The single integer parameter is self-explanatory but the description adds little beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.