Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description adds meaning by declaring that the 'name' parameter identifies the layer to be deleted, which is slightly more specific than the schema's bare 'type: string, minLength: 1' with 0% coverage. It does not need to describe other parameters since none exist. The baseline for zero params is 4, but here there is 1 param with no schema description, and the description provides enough context to call the tool correctly.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.