Skip to main content
Glama

remove_device

Unlink a secondary device permanently from Signal, revoking its send/receive access immediately. Requires device ID from list_devices; irreversible.

Instructions

Permanently unlink a secondary device from your Signal account. 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. The device loses access to send and receive messages immediately. device_id must be a secondary device (ID ≥ 2) — you cannot unlink your primary device. The removed device is not notified; it simply stops receiving messages. This action is irreversible — the device must re-link via add_device to regain access. Use list_devices to find the device_id you want to remove. Use update_device to rename a device without removing it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
device_idYesDevice ID (get from list_devices)
Install Server

TDQS

A4.9/5.0
Behavior5/5

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

No annotations are provided, so the description fully carries the burden. It discloses the immediate loss of access, that the removed device is not notified, the irreversibility, and the failure mode for linked devices. This is comprehensive for a destructive action.

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 dense but every sentence adds necessary information. It opens with the core purpose, then logically covers conditions, effects, irreversibility, and alternatives. No fluff.

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 single-parameter tool with no output schema, the description covers all needed context: prerequisites, failure conditions, behavioral impact, and alternative tools. Nothing an agent needs to decide whether to use it or how to use it correctly is missing.

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?

The schema's param description is minimal ('get from list_devices'), but the tool description adds critical semantic constraints: device_id must be ≥2 and cannot be the primary device. This goes beyond the schema and is essential for correct invocation.

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 states a specific verb ('unlink') and resource ('secondary device from your Signal account'), and immediately differentiates from siblings by specifying it's for secondary devices only. It clearly distinguishes from add_device, update_device, and list_devices by its irreversible nature.

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?

Explicitly states when it works (primary device only) and when it fails, and names alternatives: 'Use list_devices to find the device_id' and 'Use update_device to rename a device without removing it.' It also warns about the ID requirement (≥2) and the re-link path via add_device.

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