Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate idempotent and non-destructive. The description adds the requirement of explicit confirmation, which is a behavioral guard. It does not contradict annotations, but it doesn't disclose other behaviors like side effects or error handling, so it adds limited value.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.