Skip to main content
Glama

Tailscale MCP Server

manage_webhooks

Control Tailscale webhooks to manage event notifications. Perform operations like listing, creating, deleting, or testing webhooks to configure automated alerts and monitoring.

Instructions

Manage Tailscale webhooks for event notifications

Input Schema

NameRequiredDescriptionDefault
configNoWebhook configuration for create operation
operationYesWebhook operation to perform
webhookIdNoWebhook ID for delete/test operations

Input Schema (JSON Schema)

{ "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "config": { "additionalProperties": false, "description": "Webhook configuration for create operation", "properties": { "description": { "type": "string" }, "endpointUrl": { "type": "string" }, "events": { "items": { "type": "string" }, "type": "array" }, "secret": { "type": "string" } }, "required": [ "endpointUrl", "events" ], "type": "object" }, "operation": { "description": "Webhook operation to perform", "enum": [ "list", "create", "delete", "test" ], "type": "string" }, "webhookId": { "description": "Webhook ID for delete/test operations", "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