Skip to main content
Glama

Tailscale MCP Server

list_devices

Retrieve a detailed list of all devices connected to the Tailscale network, optionally including route information, for streamlined network management and monitoring.

Instructions

List all devices in the Tailscale network

Input Schema

NameRequiredDescriptionDefault
includeRoutesYesInclude route information for each device

Input Schema (JSON Schema)

{ "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "includeRoutes": { "default": false, "description": "Include route information for each device", "type": "boolean" } }, "required": [ "includeRoutes" ], "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