Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already establish this as a read-only, idempotent, non-destructive operation. The description adds valuable behavioral detail beyond that: it reports authenticated status, empty pending[], and provides connect_url when credentials are missing. This is sufficient context for a safe status-checking tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.