Does the description explain when to use this tool, when not to, or what alternatives exist?
The description lists exact scenarios (login, CAPTCHA, 2FA, review) that trigger the pause, making the 'when' explicit. However, it does not contrast with alternative tools (e.g., wait_for_user_ready) or state when not to use it. Despite that, the enum in the schema reinforces these use cases, so the guidance is strong.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.