Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations provide readOnlyHint=true, destructiveHint=false, idempotentHint=false, and openWorldHint=true, which already indicate this is a safe read operation that may have side effects and accepts varied inputs. The description adds minimal value beyond annotations - it implies validation occurs but doesn't describe what validation entails, what happens on success/failure, or any rate limits/auth requirements. No contradiction with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.