Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare destructiveHint=true and readOnlyHint=false. The description adds valuable behavioral detail: the deletion is permanent and results in a 'not found' response for subsequent accesses. It also instructs to confirm with the user, which is a meaningful operational trait. It does not contradict the idempotentHint=true annotation, though it does not elaborate on idempotency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.