Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is nominally 100%, but the schema descriptions are throwaway ('N to process', 'Input to process'), so the baseline is 3. The description adds value by indicating n/number are the accepted aliases for the value to test, yet it ignores the other two aliases (input, value) and never clarifies that the number should be supplied as a string.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.