Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 67%, with requestId and maxPriceMicroUsd already described. The description adds meaningful context for the chunking behavior, such as 'overlapping,' 'at most 200,' 'offsets,' and UTF-16 safety, which helps interpret input.overlap and input.text, though it does not explicitly explain maxChars semantics beyond schema constraints.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.