Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema defines 'targets' only as an array of strings, and the description does not elaborate on the expected format (e.g., IPs, hostnames, URLs, ranges). With 0% schema description coverage, the description should compensate by explaining what constitutes a valid target, but it merely repeats the parameter name without adding meaning.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.