tournament_search
ActiveTool of Clash Royale
declared in 0.1.0
Clash Royale official API — search open tournaments by name. Returns matching tournaments with capacity, current members, and start time.
Parameters schema
{
"type": "object",
"examples": [
{
"name": "Grand Challenge"
},
{
"name": "Classic",
"limit": 5
}
],
"properties": {
"name": {
"type": "string"
},
"after": {
"type": "string"
},
"limit": {
"type": "number"
},
"before": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Clash Royale
https://github.com/pipeworx-io/mcp-clash-royale
1/7 registries