Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 100% description coverage, with clear documentation for both parameters ('current' as the current version and 'level' as the bump level with a default). The description adds no parameter semantics beyond what the schema provides—it doesn't explain format expectations (e.g., semantic versioning), constraints, or examples. Given the high schema coverage, the baseline score of 3 is appropriate, as the schema adequately covers parameter details without needing extra description.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.