Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description adds crucial meaning for the ssn_last4 parameter, stating it must not be used here and why. This is the most constrained field and the description compensates for the 50% schema coverage by highlighting the key semantic. Other parameters are left to schema descriptions, which is acceptable given their straightforward nature.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.