Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Input schema descriptions cover 100% of parameters, so the schema already documents each field. The description adds meaning for the 'json' parameter by clarifying the body is discarded, but it does not help reconcile the seemingly irrelevant url, host, and zone parameters with the validation purpose.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.