Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the annotations (readOnlyHint=false, etc.), the description discloses critical behavioral facts: the wait is implemented as polling rather than a fixed sleep, selector input is treated as data and never executed, condition can run arbitrary JavaScript with the same power as web_eval, and condition execution is disabled in read-only mode. These details materially affect how an agent uses the tool safely.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.