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, but it only hints at the semantics of `items` as an 'ordered list with collection names.' It does not explain the required `expected_revision` field, the `dry_run` flag, or how `shelf_id` should be supplied. The required concurrency and preview parameters are left entirely to inference from their field names.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.