instagram_complete_2fa
Complete Instagram login by entering the two-factor authentication code received via SMS or authenticator app after initial login attempt.
Instructions
Complete Instagram login by providing the 2FA verification code. Use this after 'instagram_login' indicates 2FA is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| verification_code | Yes | The 2FA verification code received via SMS or from your authenticator app |
Input Schema (JSON Schema)
{
"properties": {
"verification_code": {
"description": "The 2FA verification code received via SMS or from your authenticator app",
"type": "string"
}
},
"required": [
"verification_code"
],
"type": "object"
}