Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema descriptions cover 100% of parameters and already explain 'json' as 'JSON text to validate', so the description adds no new parameter meaning. Worse, the description's 'body' does not map to any parameter, and the presence of url, host, and zone is unexplained, leaving the agent unsure which parameter to pass.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.