Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and non-destructive. The description adds clarity about the response structure (authenticated, pending, connect_url) and the behavior when credentials are missing. This adds value beyond annotations, though it doesn't detail error cases or side effects (which are likely none given read-only).
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.