Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema covers 67% of parameters with rich descriptions for nonce, leave_token, controller_signature, and controller_public_key. The description itself does not explain to or body, which are undocumented in the schema, though 'POST send' makes their roles broadly inferable. It adds no extra parameter meaning and only partially compensates for the missing descriptions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.