Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the annotations (destructive, idempotent, not read-only), the description adds valuable behavioral context: existing runs are unaffected because they retain their own copies, and the Courier Recommended set is protected from archiving. This helps an agent anticipate side effects and avoid an invalid invocation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.