Skip to main content
Glama

Tailscale MCP Server

manage_device_tags

Organize and manage device tags for ACL targeting with Tailscale MCP Server. Perform operations like adding, removing, or updating tags to streamline device categorization and access control.

Instructions

Manage device tags for organization and ACL targeting

Input Schema

NameRequiredDescriptionDefault
deviceIdYesDevice ID for tagging operations
operationYesDevice tagging operation to perform
tagsNoArray of tags to manage (e.g., ["tag:server", "tag:production"])

Input Schema (JSON Schema)

{ "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "deviceId": { "description": "Device ID for tagging operations", "type": "string" }, "operation": { "description": "Device tagging operation to perform", "enum": [ "get_tags", "set_tags", "add_tags", "remove_tags" ], "type": "string" }, "tags": { "description": "Array of tags to manage (e.g., [\"tag:server\", \"tag:production\"])", "items": { "type": "string" }, "type": "array" } }, "required": [ "operation", "deviceId" ], "type": "object" }

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/HexSleeves/tailscale-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server