search_championships
Find World Cube Association championship competitions by type, including World, Continental, and National Championships. Filter results using continent codes or country ISO2 codes to locate specific speedcubing events.
Instructions
Search for WCA championships with optional filtering.
Returns championship competitions which are the most prestigious competitions in speedcubing including World Championships, Continental Championships, and National Championships.
Args:
page: Page number for pagination (default: 1)
championship_type: Filter by championship type:
- "world" for World Championships
- continent codes like "Europe", "Asia", "North America" for Continental Championships
- country ISO2 codes like "US", "CN", "DE" for National Championships
- None for all championships (default)
Returns: Paginated championship data with competition details
Example: search_championships(championship_type="world") - World Championships only search_championships(championship_type="US") - US National Championships
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| championship_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||