Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 0% schema description coverage, the description must compensate. It maps the action to groupId, userId, and confirm conceptually, but it does not explain each parameter individually. The phrase 'explicit confirmation' does imply the confirm boolean, but it does not clarify that confirm must be true or describe the exact format of user/group IDs.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.