Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, meaning the parameter 'n' is completely undocumented in the schema. The description mentions 'modulo n' which gives some context that n is the modulus, but doesn't explain what values are valid (must be integer > 1? prime? odd?), what happens with invalid inputs, or the mathematical meaning of 'primitive root modulo n'. This minimal information doesn't adequately compensate for the complete lack of schema documentation.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.