Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With schema description coverage at only 38%, the description compensates by defining the exact role of city, handle, public_key, signature, and nonce through the preimage format and signature binding. It does not elaborate on the controller_* and leave_token parameters, but those already have explicit descriptions in the schema. Overall, it adds real semantic value to the previously undocumented core parameters.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.