Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations provide readOnlyHint: false, which correctly indicates this isn't a read-only operation (validation may involve processing). The description adds that it validates 'syntax and structure' - useful context about what aspects are checked. However, it doesn't disclose important behavioral details like whether it performs dry-run validation, what validation errors look like, or any rate limits. No contradiction with annotations exists.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.