Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safe, non-mutating nature is covered. The description adds useful context about response content (authenticated true/false, pending array, connect_url) beyond what annotations provide. This adds some value, but the description does not go into deeper behavior like what happens when pending partial connections.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.