Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already provide readOnly, idempotent, and non-destructive hints, but the description adds valuable behavioral context beyond them: reading does not consume items, the same items return until they expire, and a lost response loses nothing. This meaningfully informs retry behavior and sets accurate agent expectations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.