Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate non-readonly, idempotent, and non-destructive. The description adds that the backup runs in the background, providing useful behavioral context. However, it does not disclose potential conflicts (e.g., if a backup already exists) or any side effects beyond scheduling.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.