Skip to main content
Glama

Tailscale MCP Server

manage_routes

Enable or disable specific CIDR routes for a device using the Tailscale MCP Server, ensuring precise control over network configurations and routing.

Instructions

Enable or disable routes for a device

Input Schema

NameRequiredDescriptionDefault
actionYesWhether to enable or disable the routes
deviceIdYesThe ID of the device
routesYesArray of CIDR routes to manage

Input Schema (JSON Schema)

{ "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "action": { "description": "Whether to enable or disable the routes", "enum": [ "enable", "disable" ], "type": "string" }, "deviceId": { "description": "The ID of the device", "type": "string" }, "routes": { "description": "Array of CIDR routes to manage", "items": { "type": "string" }, "type": "array" } }, "required": [ "deviceId", "routes", "action" ], "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