Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
While schema description coverage is nominally 100%, the schema descriptions are degenerate placeholders ('N to process', 'Max to process', 'MaxLength to process'). With six string parameters and overlapping names (n, max, maxLength, text, input, ellipsis) all optional, the description should disambiguate which parameter holds the source string and which holds the target length, but it adds nothing.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.