Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations cover the safety profile (readOnlyHint=false, openWorldHint=true, idempotentHint=false, destructiveHint=false), and the description adds meaningful context: it opens a browser (a side effect the agent must expect), it is interactive, and credentials must not be supplied. It stops short of describing session persistence or what state results after login.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.