Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It transparently states that it clears saved auth tokens and that subsequent calls will need login, which are the key behavioral effects. It does not elaborate on edge cases (e.g., calling while already logged out), but the core action is well disclosed.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.