Skip to main content
Glama

start_change_number

Send a verification code to a new phone number via SMS or voice to start changing your Signal number. Include captcha token if required.

Instructions

Begin a phone number change. Signal sends a verification code to the new number via SMS (or voice if voice=true). Call finish_change_number to complete. Requires a captcha token if Signal rejects the request — solve it at https://signalcaptchas.org/challenge/generate.html

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
numberYesNew phone number in E.164 format (e.g. +12025551234)
voiceNoRequest code via voice call instead of SMS (default: false)
captchaNoCaptcha token (required only if Signal demands it)
Behavior4/5

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

No annotations exist, so the description must disclose behavior. It explains that the tool sends a verification code via SMS or voice and requires captcha if rejected, giving sufficient behavioral context.

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?

Three concise sentences cover purpose, usage, and a special case with no unnecessary information.

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

Completeness4/5

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

For a 3-parameter tool with no output schema, the description adequately explains the overall process and edge case, though it could mention potential side effects of initiating the change.

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%, but the description adds value by explaining the captcha parameter's conditionality and the voice parameter's effect, exceeding what the schema alone provides.

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 clearly states it begins a phone number change, sends a verification code, and references the follow-up tool finish_change_number, distinguishing it effectively from sibling tools.

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

Usage Guidelines4/5

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

It explicitly instructs to call finish_change_number to complete and mentions captcha handling when needed, providing clear prerequisites and next steps.

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