Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema descriptions for url, host, json, and zone are generic and appear copied from other tools (e.g., json is described as 'JSON text to validate; discarded after the check'), which does not align with splitting a hostname into labels. The tool description itself does not explain how these parameters map to the operation, leaving the agent confused about which parameter to provide.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.