Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare destructiveHint=true and idempotentHint=true, and the description adds valuable context beyond them: permanence of the deletion ('Permanently'), the exact cascade of what gets destroyed (share page and invites in addition to the project), and the ownership authorization requirement. No contradiction with annotations — in fact, the permanent-deletion language strengthens destructiveHint, and a delete is conventionally idempotent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.