Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 0% description coverage, with a single parameter 'n' of type integer. The description does not add any semantic meaning beyond the schema—it doesn't explain what 'n' represents (e.g., the index of the centered square number), valid ranges, or examples. With low schema coverage, the description fails to compensate, leaving the parameter's purpose unclear.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.