update_device
Rename a linked secondary device on your Signal account; the new name syncs to your Signal app's linked devices list across all devices.
Instructions
Rename a linked secondary device on 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 updated name is synced to the Signal network and appears immediately in your Signal app's Settings → Linked Devices list across all your devices. Only secondary (linked) devices can be renamed; the primary device name is set during registration. Use list_devices to find all linked device IDs and their current names. The device_id is a small integer (e.g. 2, 3); device 1 is always the primary. Renaming does not affect the device's ability to send or receive messages. Use when you want to distinguish between multiple linked devices by a meaningful label. Use remove_device to unlink a device entirely. Do NOT use to rename your own primary account — that is done via update_profile.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | New display name for the device | |
| device_id | Yes | Device ID (get from list_devices) |