Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already disclose the safety profile: readOnlyHint=false, idempotentHint=false, destructiveHint=false. The description adds one behavioral nugget beyond them, the 'validated' precondition, but says nothing about what state transitions follow, whether a started job can be cancelled, or the non-idempotent implication of a retry.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.