Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, which normally warrants a baseline of 3, but the schema descriptions are clearly mismatched with the tool's purpose: 'url' mentions normalizing or citing, 'json' is to validate and discard, and 'zone' is a timezone name—none relate to robots.txt. The description does not tell the agent which of the four optional parameters to populate, so an agent cannot determine whether to pass url, host, both, or why json/zone exist at all.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.