Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, indicating safe, non-mutating behavior. The description adds value by specifying the actual response structure (authenticated flag, pending array, connect_urls) and differentiates between all-connected vs missing-credentials states. It does not add heavy behavioral warnings but supplements the annotation well.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.