Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already provide the safety profile (readOnly, idempotent, not destructive), and the description adds meaningful behavioral context: it sends a signed ping and reports the HTTP status returned. This goes beyond what the annotations alone convey, and it does not contradict them.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.