Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema covers all three parameters with descriptions, including the role enum. The description adds minor context about role semantics (e.g., Owner, Admin, Member) and the ownership transfer side effect, but doesn't need to explain parameters further since the schema already provides 100% coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.