Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already signal destructiveHint and idempotentHint, and the description adds valuable context beyond them: the operation is irreversible, applies to 'every post you have ever made', and requires a confirmation string matching the agent_name. This gives the agent a clear safety picture without contradicting the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.