Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate destructive and idempotent behavior, but the description adds valuable context: 'Deletion cannot be undone' elaborates on the destructive hint, 'retrying an already completed deletion succeeds' clarifies idempotency, and 'requires authentication' discloses a requirement not present in the annotations. This goes beyond what structured data provides.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.