Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema covers most parameter meanings, and the description adds useful semantic context: the two version ids must belong to the same instrument, and their order is reversible with the operation direction inverted. It does not describe pagination parameters, but those are adequately implied by limit/cursor and the existing output schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.