clan_war_log

Pack: clash-royale · Endpoint: https://gateway.pipeworx.io/clash-royale/mcp

War log.

Parameters

NameTypeRequiredDescription
tagstringyes
limitnumberno
afterstringno
beforestringno

Example call

curl -X POST https://gateway.pipeworx.io/clash-royale/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"clan_war_log","arguments":{}}}'

Response shape

FieldTypeDescription
itemsarrayWar log entries
pagingobjectPagination info
Full JSON Schema
{
  "type": "object",
  "properties": {
    "items": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "seasonId": {
            "type": "number",
            "description": "Season ID"
          },
          "createdDate": {
            "type": "string",
            "description": "War creation date"
          },
          "clan": {
            "type": "object",
            "description": "Clan info"
          },
          "opponent": {
            "type": "object",
            "description": "Opponent clan info"
          },
          "teamCrowns": {
            "type": "number",
            "description": "Team crowns"
          },
          "opponentCrowns": {
            "type": "number",
            "description": "Opponent crowns"
          },
          "participants": {
            "type": "array",
            "description": "War participants"
          }
        }
      },
      "description": "War log entries"
    },
    "paging": {
      "type": "object",
      "properties": {
        "cursors": {
          "type": "object",
          "description": "Pagination cursors"
        }
      },
      "description": "Pagination info"
    }
  }
}

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "clash-royale": {
      "url": "https://gateway.pipeworx.io/clash-royale/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 21, 2026