Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With schema description coverage at 0%, the description carries the burden of explaining the 'samples' parameter. It merely repeats the parameter name and provides a generic context ('set sample'), but does not explain what the value controls, acceptable ranges, or how the default (64) behaves. The schema shows the type and default, but the description adds no new meaning.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.