login_classic
Performs classic email-password logins by auto-detecting the email field, clicking Next, filling the password, submitting, and optionally entering a TOTP 2FA code. Collapses 5–8 fill/click/snapshot calls into one.
Instructions
Composite login for classic email→password forms (Google, Microsoft, generic SSO). Auto-detects the email field, clicks Next/Continue on multi-step forms, fills the password, submits, and optionally enters a TOTP 2FA code. Collapses the usual 5–8 fill/click/snapshot calls into one. Heuristic — if a form is unusual, fall back to individual fill/click tools. Returns the step log + a fresh snapshot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Email / username to fill. | ||
| password | Yes | Password to fill. | |
| totp_code | No | Pre-computed 6-digit 2FA code (overrides totp_secret). | |
| totp_secret | No | Base32 TOTP secret — a 6-digit code is generated if a 2FA field appears. | |
| step_timeout_ms | No | Max wait for each step's field to appear. | |
| submit_after_email | No | Click Next/Continue after the email (Google/Microsoft multi-step). |