{
  "name": "🛠️ Gotify tool MCP server",
  "nodes": [
    {
      "id": "75dc5db6-fb70-43d1-897a-71a265f6566a",
      "name": "Workflow Overview 0",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1460,
        -180
      ],
      "parameters": {
        "width": 420,
        "height": 760,
        "content": "## 🛠️ Gotify Tool MCP Server\n\n### 📋 Available Operations (3 total)\n\n**Message**: create, delete, get all\n\n### ⚙️ Setup Instructions\n\n1. **Import Workflow**: Load this workflow into your n8n instance\n\n"
      }
    },
    {
      "id": "2170c5c1-ecca-48bf-80f5-61b9f29cf310",
      "name": "Gotify Tool MCP Server",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        -480,
        -160
      ]
    },
    {
      "id": "3d1403c3-0180-4a07-b321-6534425c96e9",
      "name": "Create a message",
      "type": "n8n-nodes-base.gotifyTool",
      "position": [
        -800,
        140
      ]
    },
    {
      "id": "43479aac-acc6-422a-b487-33acf9c958b8",
      "name": "Delete a message",
      "type": "n8n-nodes-base.gotifyTool",
      "position": [
        -580,
        140
      ]
    },
    {
      "id": "42d0c129-8386-46c7-a3db-c0e1cbab28a0",
      "name": "Get many messages",
      "type": "n8n-nodes-base.gotifyTool",
      "position": [
        -360,
        140
      ]
    },
    {
      "id": "8d9941e8-0562-4c0d-b6bc-2f411189c8af",
      "name": "Sticky Note 1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1000,
        120
      ],
      "parameters": {
        "width": 840,
        "height": 180,
        "content": "## Message"
      }
    }
  ],
  "connections": {
    "Create a message": {
      "ai_tool": [
        [
          {
            "node": "Gotify Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Delete a message": {
      "ai_tool": [
        [
          {
            "node": "Gotify Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Get many messages": {
      "ai_tool": [
        [
          {
            "node": "Gotify Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}