Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare the operation read-only, idempotent, and non-destructive. The description adds meaningful behavioral detail by specifying the two observable states: connected providers return authenticated:true and empty pending[], while missing credentials produce connect_url and per-install URLs. It could further clarify partial-connection states, but this is solid coverage.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.