Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare destructiveHint=true, so the destructive nature is known. The description adds an authorization requirement ('Requires database and destructive access'), which is a useful behavioral note. However, it does not explain the consequences of deletion (e.g., whether data is permanently removed or if related objects are affected).
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.