{
  "name": "Call & SMS 🛠️ Twilio tool MCP server",
  "nodes": [
    {
      "id": "4afc24ac-c8fe-46f3-8b43-d835416fd5c3",
      "name": "Workflow Overview 0",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1460,
        -100
      ],
      "parameters": {
        "width": 420,
        "height": 800,
        "content": "## 🛠️ Twilio Tool MCP Server\n\n### 📋 Available Operations (2 total)\n\n**Call**: make\n**Sms**: send\n\n### ⚙️ Setup Instructions\n\n1. **Import Workflow**: Load this workflow into your n8n instance\n\n1. **🔑 A"
      }
    },
    {
      "id": "810f5278-761a-4df8-a514-e6ddf03dcf9d",
      "name": "Twilio Tool MCP Server",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        -760,
        -80
      ]
    },
    {
      "id": "0e1f592c-0143-4281-bddb-4e274f8de596",
      "name": "Make a call",
      "type": "n8n-nodes-base.twilioTool",
      "position": [
        -800,
        140
      ]
    },
    {
      "id": "367c5a60-13e3-426f-9bdf-6e848a53ecf5",
      "name": "Sticky Note 1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1000,
        120
      ],
      "parameters": {
        "width": 400,
        "height": null,
        "content": "## Call"
      }
    },
    {
      "id": "3de7d333-b6de-4f29-a226-27da412aaa65",
      "name": "Send an SMS/MMS/WhatsApp message",
      "type": "n8n-nodes-base.twilioTool",
      "position": [
        -800,
        380
      ]
    },
    {
      "id": "4b0dbf71-35e4-4024-ade9-a02b24f3d2c8",
      "name": "Sticky Note 2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1000,
        360
      ],
      "parameters": {
        "width": 400,
        "height": null,
        "content": "## Sms"
      }
    }
  ],
  "connections": {
    "Make a call": {
      "ai_tool": [
        [
          {
            "node": "Twilio Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Send an SMS/MMS/WhatsApp message": {
      "ai_tool": [
        [
          {
            "node": "Twilio Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}