Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
While the schema provides descriptions for all parameters (100% coverage), the tool description does not clarify that the 'json' parameter is the 'body' being validated. It also ignores the other parameters (url, host, zone), which appear irrelevant to JSON validation, creating confusion about their purpose.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.