Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, and the description doesn't add parameter meaning. It doesn't explain what 'text' represents (e.g., input string to hash) or any constraints (e.g., encoding, length). With 1 parameter and low coverage, baseline is 3 as it minimally compensates by implying text is hashed.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.