Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description adds minimal meaning beyond the input schema. It implies the 'text' parameter is the string to be hashed, but with 0% schema description coverage, the schema only defines 'text' as a string without context. The description doesn't elaborate on constraints (e.g., length limits, encoding) or provide examples. Since there's only one parameter, the baseline is 4, but the lack of added semantic detail reduces it to 3.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.