Skip to main content
Glama

tailscale_device_rename

Change the display name of a Tailscale device by specifying its ID and new name, updating the given name in your network.

Instructions

Set a custom display name for a device. This changes the device's 'given name' in Tailscale, not the machine hostname.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesNew display name for the device
deviceIdYesTailscale device ID

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv2026.3.30
  2. Removedv2026.3.16
  3. First observedv2026.3.14

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations, the description carries full burden. It discloses that it changes the 'given name' not the hostname, but lacks details on reversibility, side effects, or authorization requirements.

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?

Two sentences, no wasted words. The first sentence states the action concisely, the second provides a key clarification. Front-loaded and efficient.

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

Completeness3/5

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

For a simple tool with 2 parameters and no output schema, the description is adequate but minimal. It lacks any mention of prerequisites, error conditions, or side effects beyond the hostname clarification.

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

Parameters3/5

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

Schema coverage is 100%, so baseline is 3. The description adds no additional meaning beyond the schema; it restates the tool's purpose but does not elaborate on parameters.

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 specifies the action ('Set a custom display name') and the resource ('device'), and distinguishes it from hostname changes, which differentiates it from sibling tools that modify device properties.

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

Usage Guidelines3/5

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

The description implies use for setting display names but does not provide explicit when-to-use, when-not-to-use, or alternatives. The clarification about hostname is subtly helpful but not a full guideline.

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