Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description fails to clarify the parameters. It mentions a 'body' but the schema has no 'body' parameter; instead it includes url, host, json, and zone. The json parameter description matches the tool, but url, host, and zone have descriptions unrelated to JSON validation, and the tool description does not explain their relevance.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.