Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description doesn't add any parameter semantics beyond the input schema. With 0% schema description coverage and one parameter ('n'), the schema only indicates it's an integer. The description doesn't explain what 'n' represents (e.g., index, order) or any constraints. However, since there's only one parameter and the purpose is clear, the baseline is 3, but it doesn't compensate for the lack of schema details.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.