Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema already documents nonce, leave_token, controller_signature, and controller_public_key, covering 80% of parameters. The description supplements the undocumented `bag` by identifying it as the leftover plaintext to be sealed, and it provides the request payload shape `{action:"seal", bag}` plus the Bearer Authorization mechanism, which adds meaning beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.