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 behavioral context by detailing the conditional return for fully connected vs. missing credentials, which goes beyond the annotations. However, it does not cover all edge cases (e.g., partial connections), but the provided scenarios are helpful.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.