Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema lists roleId (required) and organization (optional), but schema description coverage is 0%. The description only hints that deletion is 'by id', which maps to roleId, but does not clarify the format of roleId or the purpose of the organization parameter. It fails to compensate for the lack of schema descriptions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.