search_competitions_by_event
Find WCA competitions that feature a specific speedcubing event. Returns paginated results of competitions including the specified event ID.
Instructions
Search for WCA competitions that include a specific event.
Returns competitions that feature the specified WCA event. Results are paginated to manage the response size.
Args: event_id: WCA event ID (e.g., "333" for 3x3x3 Cube, "222" for 2x2x2, "333bf" for 3x3x3 Blindfolded) page: Page number for pagination (default: 1)
Returns: Paginated competition data for competitions featuring the specified event
Example: search_competitions_by_event(event_id="333bf") - Competitions with 3x3x3 Blindfolded
Input Schema
Name | Required | Description | Default |
---|---|---|---|
event_id | Yes | ||
page | No |