{
  "name": "eBay analytics API rate limit monitoring for AI agents",
  "nodes": [
    {
      "id": "ba377041-0be9-4e1a-9822-7f5674e6c578",
      "name": "Setup Instructions",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1380,
        -240
      ],
      "parameters": {
        "width": null,
        "height": 1020,
        "content": "### ⚙️ Setup Instructions\n\n1. **Import Workflow**: \nLoad this workflow into your n8n instance\n\n2. **Configure Authentication**: \nSet up oauth2 credentials\n\n3. **Activate Workflow**:\nEnable the workflo"
      }
    },
    {
      "id": "d0a12e36-dbc1-4a49-9f8c-47a3a9851e2f",
      "name": "Workflow Overview",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1120,
        -240
      ],
      "parameters": {
        "width": 420,
        "height": 920,
        "content": "## 🛠️ Analytics MCP Server ✅ 2 operations\n\n### About\nThe Analytics API provides call-limit data for RESTful and Trading APIs via `getRateLimits` (application-level) and `getUserRateLimits` (user-level"
      }
    },
    {
      "id": "6bc3cdbe-6251-4a40-837a-85a8104cf9db",
      "name": "Analytics MCP Server",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        -620,
        -240
      ]
    },
    {
      "id": "666529ad-7787-4cff-9fa0-f1dc65aed39f",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        -100
      ],
      "parameters": {
        "width": 300,
        "height": 200,
        "content": "## Rate Limit"
      }
    },
    {
      "id": "6c3c60dd-3650-4800-8404-27fdf77e9957",
      "name": "Retrieve Application Rate Limits",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -520,
        -60
      ]
    },
    {
      "id": "43d2e5cc-a52e-4c86-ba69-26b1515291d4",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        140
      ],
      "parameters": {
        "width": 300,
        "height": 200,
        "content": "## User Rate Limit"
      }
    },
    {
      "id": "ff500c86-39e1-4ff4-800a-3fe49c32bff1",
      "name": "Retrieve User Rate Limits",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -520,
        180
      ]
    }
  ],
  "connections": {
    "Retrieve User Rate Limits": {
      "ai_tool": [
        [
          {
            "node": "Analytics MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Retrieve Application Rate Limits": {
      "ai_tool": [
        [
          {
            "node": "Analytics MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}