Skip to main content
Glama

finish_change_number

Complete a Signal phone number change by submitting the 6-digit verification code to migrate the account to the new number. Call after start_change_number to finalize the migration.

Instructions

Complete the second step of a Signal phone number change by submitting the verification code. Only works when signal-mcp is the account's primary device — fails with 'This command doesn't work on linked devices' if signal-mcp was set up via signal-cli link. 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

TableJSON Schema
NameRequiredDescriptionDefault
pinNoRegistration lock PIN (required if the account has a PIN set)
numberYesThe new phone number in E.164 format
verification_codeYes6-digit verification code from SMS/voice
Install Server

TDQS

A4.6/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden. It discloses the linked-device failure, the permanent migration on success, the updating of linked devices, and the pin condition. It does not mention failure scenarios (e.g., wrong code) but is otherwise thorough.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single paragraph but logically ordered: purpose, condition, prerequisite, parameter details, success effect, and a final warning. Every sentence contributes essential information, with the most critical constraints placed early.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a two-step process with device restrictions and conditional pin, the description covers all necessary context: the prerequisite call, the device limitation, the success outcome, and explicit guidance on when to use. No output schema exists, but the description suffices for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the schema already describes parameters. The description adds extra context: number in E.164 format, 6-digit code, and the conditional nature of pin, which enriches the schema definitions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description explicitly states the tool's purpose: completing the second step of a Signal number change by submitting the verification code. It clearly distinguishes from the sibling start_change_number by naming the step and the prerequisite.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit usage guidance: must be called after start_change_number, warns not to call without it, explains the primary-device requirement, and specifies when to include the pin. This fully addresses when-to-use vs alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/googlarz/signal-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server