Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 0% description coverage, providing only types (integers) without explanations. The description mentions 'a' and 'n' in context ('Check if a is a quadratic residue modulo n'), which adds some meaning (e.g., 'a' is the number to check, 'n' is the modulus). However, it does not detail constraints (e.g., n must be positive), default values, or examples, failing to fully compensate for the low schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.