Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 80%, so the baseline is 3. The description mentions 'bag' in the example request body, adding some meaning to the schema's bare 'bag' string field, but it does not illuminate the nonce, leave_token, controller_signature, or controller_public_key parameters beyond what their schema descriptions already provide.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.