Skip to main content
Glama

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

TableJSON Schema
NameRequiredDescriptionDefault
nameYesNew display name for the device
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 provided, so the description carries the full burden. It discloses the critical failure condition (only works when signal-mcp is primary), the sync behavior (name appears immediately across devices), the limitation (only secondary devices can be renamed), and the non-effect on messaging. This is comprehensive behavioral disclosure.

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?

Though longer than typical descriptions, every sentence serves a purpose. It front-loads the core action and then logically expands into usage context, constraints, and alternatives without redundancy. The structure is clear and efficient.

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 complexity of device management (linking, primary vs secondary, failure modes), the description is complete. It covers prerequisites, error conditions, how to get IDs, what it doesn't affect, and alternatives. No missing information an agent needs to call the tool correctly.

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% with basic descriptions for both parameters. The description adds valuable context beyond the schema: device_id is a small integer, device 1 is always primary, and the name is the new display name. This enriches parameter understanding, though it doesn't add formatting constraints or new fields.

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 the tool renames a linked secondary device on a Signal account, specifying the exact action (rename) and resource (secondary device). It distinguishes from siblings by explicitly contrasting with remove_device (unlink) and update_profile (rename primary account), making the purpose unambiguous.

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 when-to-use guidance: 'Use when you want to distinguish between multiple linked devices by a meaningful label.' Also gives when-not-to-use: 'Do NOT use to rename your own primary account — that is done via update_profile.' It directs users to list_devices for IDs and remove_device for unlinking, fully routing to 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