{
  "nodes": [
    {
      "id": "2b84b8ae-529f-4172-89c3-3f72fd7557b2",
      "name": "Workflow Overview 0",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1460,
        -100
      ],
      "parameters": {
        "width": 420,
        "height": 780,
        "content": "## \ud83d\udee0\ufe0f Oura Tool MCP Server\n\n### \ud83d\udccb Available Operations (4 total)\n\n**Profile**: get\n**Summary**: get activity, get readiness, get sleep\n\n### \u2699\ufe0f Setup Instructions\n\n1. **Import Workflow**: Load this workflow into your n8n instance\n\n1. **\ud83d\udd11 Add Credentials**: Configure Oura Tool authentication in one tool node then open and close all others.\n2. **\ud83d\ude80 Activate**: Enable this workflow to start your MCP server\n3. **\ud83d\udd17 Get URL**: Copy webhook URL from MCP trigger (right side)\n4. **\ud83e\udd16 Connect**: Use MCP URL in your AI agent configurations\n\n### \u2728 Ready-to-Use Features\n\n\u2022 Zero configuration - all 4 operations pre-built\n\u2022 AI agents automatically populate parameters via `$fromAI()` expressions\n\u2022 Every resource and operation combination available\n\u2022 Native n8n error handling and response formatting\n\u2022 Modify parameter defaults in any tool node as needed\n\n### \ud83d\udcac Need Help?\nCheck the [n8n documentation](https://docs.n8n.io/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.toolmcp/) or ping me on [discord](https://discord.me/cfomodz) for MCP integration guidance or customizations."
      },
      "typeVersion": 1
    },
    {
      "id": "ee26a23c-dcea-4117-b51b-63fa0a3dc050",
      "name": "Oura Tool MCP Server",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        -460,
        -80
      ],
      "parameters": {
        "path": "oura-tool-mcp"
      },
      "typeVersion": 1
    },
    {
      "id": "31a57314-6fd2-44a6-b2bc-f3510e51b921",
      "name": "Get a profile",
      "type": "n8n-nodes-base.ouraTool",
      "position": [
        -800,
        140
      ],
      "parameters": {
        "resource": "profile"
      },
      "credentials": {},
      "typeVersion": 1
    },
    {
      "id": "1bb5a122-fb45-470e-9ff2-3a9e8b50e1b4",
      "name": "Sticky Note 1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1000,
        120
      ],
      "parameters": {
        "color": 4,
        "width": 400,
        "content": "## Profile"
      },
      "typeVersion": 1
    },
    {
      "id": "b882681c-0364-4569-903e-d985d6334f52",
      "name": "Get activity summary",
      "type": "n8n-nodes-base.ouraTool",
      "position": [
        -800,
        380
      ],
      "parameters": {
        "limit": "={{ $fromAI('Limit', ``, 'number') }}",
        "filters": {},
        "operation": "getActivity",
        "returnAll": "={{ $fromAI('Return_All', ``, 'boolean') }}"
      },
      "credentials": {},
      "typeVersion": 1
    },
    {
      "id": "c09b010f-149e-46eb-a2a3-4368bb98380c",
      "name": "Get readiness summary",
      "type": "n8n-nodes-base.ouraTool",
      "position": [
        -580,
        380
      ],
      "parameters": {
        "limit": "={{ $fromAI('Limit', ``, 'number') }}",
        "filters": {},
        "operation": "getReadiness",
        "returnAll": "={{ $fromAI('Return_All', ``, 'boolean') }}"
      },
      "credentials": {},
      "typeVersion": 1
    },
    {
      "id": "2eae290e-50b7-4f1c-85cf-9479ebdbea3e",
      "name": "Get sleep summary",
      "type": "n8n-nodes-base.ouraTool",
      "position": [
        -360,
        380
      ],
      "parameters": {
        "limit": "={{ $fromAI('Limit', ``, 'number') }}",
        "filters": {},
        "returnAll": "={{ $fromAI('Return_All', ``, 'boolean') }}"
      },
      "credentials": {},
      "typeVersion": 1
    },
    {
      "id": "5a0bf615-a6b1-4eb2-ae73-8b2f208bc726",
      "name": "Sticky Note 2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1000,
        360
      ],
      "parameters": {
        "color": 5,
        "width": 840,
        "height": 180,
        "content": "## Summary"
      },
      "typeVersion": 1
    }
  ],
  "connections": {
    "Get a profile": {
      "ai_tool": [
        [
          {
            "node": "Oura Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Get sleep summary": {
      "ai_tool": [
        [
          {
            "node": "Oura Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Get activity summary": {
      "ai_tool": [
        [
          {
            "node": "Oura Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Get readiness summary": {
      "ai_tool": [
        [
          {
            "node": "Oura Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}