Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 0% schema description coverage, the description clarifies that 'prefix' refers to job name prefix and 'namespace' is a namespace filter, which adds some meaning beyond bare parameter names. However, it lacks detail on matching semantics (e.g., exact match vs prefix) and default namespace behavior, so it only partially compensates for the missing schema descriptions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.