Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With only one parameter, id, and 0% schema description coverage, the description must compensate by explaining the parameter's meaning. It merely says 'by id', which adds no real value over the schema's integer type and the parameter name. There is no guidance on where the id comes from or what values are valid.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.