Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has one parameter 'target' with no description (coverage 0%). The description only says 'deny a target,' which merely repeats the parameter name. It does not explain what format or type of target is expected (e.g., IP, domain, URL), so the description fails to compensate for the schema's lack of documentation.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.