Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 4 parameters (key, scopeUserId, scopeTenantId, scopeAccountId) with zero schema descriptions. The description mentions 'tenant/principal' but does not explain that scopeUserId, scopeTenantId, and scopeAccountId are the scoping inputs, nor what 'key' refers to. It provides no meaning beyond what the field names already suggest, so it fails to compensate for the 0% schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.