Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has one parameter 'name' with a description 'Layer name to make current', which already provides direct semantics. However, the tool description itself does not elaborate on this parameter at all. With schema description coverage at 0%, the description carries no burden to explain parameters, but the criterion states that low coverage (<50%) requires the description to compensate. Here it does not, so the description adds no value beyond the schema. The single parameter is self-documenting in the schema, but the tool description fails to provide any additional guidance on its usage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.