Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already carry destructiveHint=true, but the description adds substantial behavioral context: what gets destroyed (window, cookies, site data, list entry), the IRREVERSIBLE consequence (next web_login starts signed-out), and the confirm-gate behavior (without confirm=true it only previews). This is exactly the kind of beyond-annotations transparency that matters for a destructive tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.