Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and idempotentHint=true, indicating a safe, read-only operation. The description adds valuable behavioral context by detailing the two return states (all connected vs. missing credentials) and explaining that missing credentials yields both a toolkit-level connect_url and per-install URLs, which is not evident from annotations alone.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.