Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already cover read-only, idempotent, and non-destructive safety. The description adds useful behavioral context beyond those hints: the tool is public (no authentication required) and precisely what information is returned (operational/degraded state, affected tools, timestamps, ETA, resolved time). This exceeds what the annotations alone provide.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.