Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare destructiveHint=true and idempotentHint=true, so the description adds the plan requirement ('Requires the Scale plan or higher'), which is a behavioral constraint not covered by annotations. It also clarifies the scope of deletion ('entirely'), providing context beyond the schema. This adds meaningful value without contradicting annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.