Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has 0% description coverage, but the description does add some semantic meaning: 'by name' clarifies that the 'name' parameter is the matching criterion for deletion. However, it does not specify matching behavior (exact, partial, case-insensitive) or whether it deletes all matches, so it only partially compensates for the lack of schema documentation.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.