Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has 0% description coverage, meaning no parameter descriptions are provided. Thus, the description must compensate. The description does not explain any parameter semantics; it only explains the tool's overall purpose. However, the parameter names are fairly self-explanatory (type, force, dry_run, keep_last), and the enum for type provides some context. Given the low coverage, the description should have compensated more, but the parameter self-explanatoriness and the enum help. Baseline for 0% coverage is low, and while the description doesn't add parameter-specific info, the tool's behavior is understandable. A 3 is fair.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.