Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnly, idempotent, and non-destructive hints, but the description adds valuable behavioral detail: the exact output format (authenticated:true and empty pending[]) and what happens when credentials are missing (connect_url and per-install URLs). This goes beyond the annotations and provides actionable expectations without contradiction.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.