Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate readOnly, idempotent, and non-destructive, so the safety profile is covered. The description adds meaningful behavioral context by detailing the response shape for both success (authenticated:true, empty pending[]) and failure (connect_url, per-install URLs) cases, which is valuable beyond the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.