finish_change_number
Completes a Signal phone number change by submitting the 6-digit verification code received via SMS or voice. Requires prior call to start_change_number to request the code.
Instructions
Complete the second step of a Signal phone number change by submitting the verification code. Must be called after start_change_number, which initiates the number change and triggers the SMS/voice code. number is the new E.164 phone number you are migrating to. verification_code is the 6-digit code received via SMS or voice call to that number. pin is required only if your account has a Signal Registration Lock PIN set — omit otherwise. On success, the account is permanently migrated to the new number; all linked devices are updated. Use start_change_number first to request the verification code before calling this tool. Do NOT call this tool without first calling start_change_number — the code will not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| number | Yes | The new phone number in E.164 format | |
| verification_code | Yes | 6-digit verification code from SMS/voice | |
| pin | No | Registration lock PIN (required if the account has a PIN set) |