Вход по телефону
loginInitiate bank authentication by sending an SMS OTP to the user's phone. Determine the next required step (OTP, password, or PIN) and proceed to confirm the code.
Instructions
Начать логин. Отправляет SMS OTP. Возвращает какой шаг следующий (otp/password/pin). Спроси у пользователя код и вызови confirm_otp(otp); если банк попросит — confirm_pin(pin). Пароль вводится не через агента: запусти login_cli.py в своём терминале.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| phone | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |