tournament

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

Tournament info.

Parameters

NameTypeRequiredDescription
tagstringyes

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":"tournament","arguments":{}}}'

Response shape

FieldTypeDescription
tagstringTournament tag
typestringTournament type
statusstringTournament status
creatorTagstringCreator player tag
namestringTournament name
descriptionstringTournament description
capacitynumberMaximum participants
maxPlayersnumberMax players allowed
membersnumberCurrent member count
createdTimestringCreation timestamp
startedTimestringStart timestamp
finishedTimestringEnd timestamp
standingsarrayTournament standings
Full JSON Schema
{
  "type": "object",
  "properties": {
    "tag": {
      "type": "string",
      "description": "Tournament tag"
    },
    "type": {
      "type": "string",
      "description": "Tournament type"
    },
    "status": {
      "type": "string",
      "description": "Tournament status"
    },
    "creatorTag": {
      "type": "string",
      "description": "Creator player tag"
    },
    "name": {
      "type": "string",
      "description": "Tournament name"
    },
    "description": {
      "type": "string",
      "description": "Tournament description"
    },
    "capacity": {
      "type": "number",
      "description": "Maximum participants"
    },
    "maxPlayers": {
      "type": "number",
      "description": "Max players allowed"
    },
    "members": {
      "type": "number",
      "description": "Current member count"
    },
    "createdTime": {
      "type": "string",
      "description": "Creation timestamp"
    },
    "startedTime": {
      "type": "string",
      "description": "Start timestamp"
    },
    "finishedTime": {
      "type": "string",
      "description": "End timestamp"
    },
    "standings": {
      "type": "array",
      "description": "Tournament standings"
    }
  }
}

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