Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare the tool as read-only, idempotent, and non-destructive. The description adds valuable behavioral context beyond these: it specifies the exact structure of the response (authenticated flag, pending array, connection URLs) and how it varies based on provider connectivity. This goes beyond what annotations alone convey, without any contradiction.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.