Skip to main content
Glama

Tailscale MCP Server

manage_file_sharing

Manage file sharing settings on Tailscale devices by enabling, disabling, or retrieving status through automated operations with the MCP server.

Instructions

Manage Tailscale file sharing settings

Input Schema

NameRequiredDescriptionDefault
deviceIdNoDevice ID (for device-specific operations)
operationYesFile sharing operation to perform

Input Schema (JSON Schema)

{ "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "deviceId": { "description": "Device ID (for device-specific operations)", "type": "string" }, "operation": { "description": "File sharing operation to perform", "enum": [ "get_status", "enable", "disable" ], "type": "string" } }, "required": [ "operation" ], "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