Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The parameter descriptions are largely mismatched with the tool's purpose. 'url' is described as 'HTTPS URL to normalize or cite', 'json' as 'JSON text to validate', and 'zone' as 'IANA timezone name'—all irrelevant to splitting a hostname into labels. Only 'host' seems relevant, but its description is generic. The tool description does not clarify how the parameters should be used.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.