Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 0% schema description coverage, the description must compensate. It only says 'by id', which essentially just repeats the parameter name 'id' without explaining the id's origin, format, or relationship to the profile. The schema states it's an integer, but the description adds little meaning beyond that.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.