Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is known. The description adds valuable behavioral detail beyond annotations by explaining the conditional response: authenticated:true with empty pending[] when fully connected, and connect_url plus per-install URLs when credentials are missing. This enriches the agent's understanding of the tool's return states.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.