Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare destructiveHint=true and idempotentHint=true, so the description's 'delete' aligns with those. It adds the context of clearing sensitive data, which gives a rationale for the destructive action, but does not disclose additional behavioral details like what happens if the key does not exist or whether deletion is reversible.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.