Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so all four parameters (nonce, leave_token, controller_signature, controller_public_key) are already fully documented in the input schema. The tool description itself contains no parameter information, but the baseline of 3 applies because the schema carries the explanatory burden, including security-sensitive notes about the leave_token.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.