Skip to main content
Glama

Tailscale MCP Server

manage_policy_file

Handle policy files by fetching, updating, or testing ACL access rules on the Tailscale MCP Server using HuJSON format for precise network management.

Instructions

Manage policy files and test ACL access rules

Input Schema

NameRequiredDescriptionDefault
operationYesPolicy file operation to perform
policyNoPolicy content (HuJSON format) for update operation
testRequestNoAccess test parameters for test_access operation

Input Schema (JSON Schema)

{ "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "operation": { "description": "Policy file operation to perform", "enum": [ "get", "update", "test_access" ], "type": "string" }, "policy": { "description": "Policy content (HuJSON format) for update operation", "type": "string" }, "testRequest": { "additionalProperties": false, "description": "Access test parameters for test_access operation", "properties": { "dst": { "type": "string" }, "proto": { "type": "string" }, "src": { "type": "string" } }, "required": [ "src", "dst" ], "type": "object" } }, "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