solve_2fa
Generates a TOTP code from a stored secret and fills it into the 2FA input field to complete two-factor authentication.
Instructions
Generate a TOTP code from the stored secret and fill it into the 2FA input field
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Session ID from browser_launch | |
| credentialId | Yes | Credential ID (must have a totp_secret in extra fields) | |
| service | No | Service identifier for template selectors |