Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 100% description coverage, with the single parameter 'cipher' well-documented in the schema itself (including enum values and default). The description adds no parameter-specific information, which is acceptable given the high schema coverage. Since there's only one parameter, the baseline is 4, as the schema sufficiently handles the semantics without needing extra description.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.