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 context about why to delete (sensitive data, stale task) without contradicting annotations. It doesn't reveal additional behavioral traits beyond what annotations convey, but the usage context is valuable.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.