Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already mark it as read-only, idempotent, and non-destructive. The description adds valuable behavioral detail: it specifies exactly what returns in different states (authenticated:true with empty pending[] vs connect_url for toolkit and per-install URLs). This goes beyond annotations and helps predict output.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.