Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema covers 100% of the parameters with 'paths' having a description 'File paths to revert', so the schema itself provides the necessary semantics. The description adds no additional parameter meaning, but the schema suffices, leading to a baseline score of 3. However, since the tool is simple with one parameter and the description does not contradict, a 4 is warranted because the parameter is self-explanatory.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.