Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Even though destructiveHint=true already flags destructiveness, the description adds substantial behavior beyond the annotations: the 30-day recycle-bin retention window, the restore path via crm_restore_deal, the admin-only permission requirement, and the no-confirmation/inform-user expectation. These details are not derivable from the annotations and meaningfully shape how an agent invokes and reports the action. The description is consistent with readOnlyHint=false and destructiveHint=true, so there is no contradiction.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.