Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must explain the six parameters, especially required ones like start_cell and end_cell. It does not mention any parameter semantics; for instance, it does not clarify whether start_cell and end_cell define the top-left and bottom-right corners of the merge range, or what dry_run true does. This is a significant gap.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.