check_auth
Navigates with stored session and detects if page redirects to login, indicating expired session. Use when extractions unexpectedly return login forms.
Instructions
Diagnostic: navigates with the configured QA_MCP_STORAGE_STATE session and reports whether the page bounced to a login-looking path (session likely expired). Use when extractions unexpectedly return login forms instead of the requested page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The page whose frame tree to report. Must be http/https and allowlisted. | |
| wait_for | No | Navigation wait condition. | networkidle |