Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds behavioral context by describing the output in different scenarios (authenticated:true when connected, connect_url when credentials missing), which is valuable beyond the annotations. It does not cover all edge cases (e.g., partial connections) but is sufficient for a read-only status tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.