Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate, and it meaningfully does for window by specifying units (hours), default (24), and maximum (168). The chain parameter is left to its self-documenting enum of nine chain names, and since both parameters are optional, the description never explains what omitting chain or window yields — a real gap at 0% coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.