Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare destructiveHint=true; the description adds that the operation targets 'a previously stored memory by key' and frames it as clearing sensitive data, offering useful context about what is destroyed. It stops short of describing irreversibility or idempotent behavior in detail, but the annotations cover the safety profile.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.