Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations already establish read-only, idempotent, and non-destructive behavior. The description goes beyond by disclosing the actual response structure—'authenticated:true and empty pending[]' when connected, and 'connect_url for the toolkit and per-install URLs' when credentials are missing. This adds valuable behavioral detail about conditional return values that annotations do not capture.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.