Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0% for all three parameters (url, path, ignoreCertificate). The description mentions "URL" but only repeats the obvious url parameter name, and it says nothing about the required destination path or the ignoreCertificate option. With low coverage, the description fails to compensate for missing parameter semantics.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.