Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema covers the `id` parameter as an integer, but with 0% description coverage the description must clarify its meaning. 'By id' indicates the parameter is the UI config identifier, which is helpful, but it does not elaborate on allowed values or relationship to other config resources. This is minimal but sufficient for a single-parameter getter.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.