Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema provides zero property descriptions, so the description must compensate for both parameters. It fully specifies `window` with units, a default, and a maximum. The `chain` parameter's meaning is self-apparent from its enum of chain names, and the description reinforces the 'per chain' notion, making the two parameters fully understandable.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.