Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare destructiveHint=true and readOnlyHint=false, which align with the description. The description adds useful behavioral context about clearing sensitive data and the purpose of deletion, going beyond the bare annotations. It does not contradict the annotations, though it could mention idempotency behavior explicitly.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.