Skip to main content
Glama

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

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

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

With no annotations provided, the description carries the full responsibility for behavioral disclosure. It explains that on success the account is permanently migrated and all linked devices are updated. It could mention irreversibility more explicitly, but overall it is transparent about the outcome.

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

Conciseness5/5

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

The description is three sentences with no fluff. The first sentence states the core action, and subsequent sentences add prerequisite and parameter details. Every sentence earns its place.

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?

Given the tool's simplicity, no output schema, and the good annotations from schema and description, the description covers the necessary context: prerequisites, parameter details, and effects. No gaps remain.

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

Parameters5/5

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

The input schema already provides 100% coverage with descriptions, but the tool description adds valuable context: it specifies that 'number' is the new E.164 format, 'verification_code' is the 6-digit code received, and 'pin' is required only if a Registration Lock PIN is set. This goes beyond the schema's basic descriptions.

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 that it completes the second step of a phone number change by submitting the verification code, clearly identifying the verb ('complete'), resource ('phone number change'), and scope ('second step'). It also distinguishes itself from its sibling tool start_change_number.

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?

The description provides explicit guidance on when to use this tool: must be called after start_change_number, which initiates the change and triggers the code. It also warns not to call without first calling start_change_number, and explains the conditional use of the pin parameter.

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

Install Server

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