Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already establish destructiveHint=true and idempotentHint=true, so the description has a lower bar to meet. It adds genuine value by specifying what is not destroyed ('Downloaded files and the login session remain'), which helps the agent understand the blast radius beyond the raw annotation flags. It does not detail return behavior, but that is less important for a parameterless action with no output schema.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.