search_competitions_by_date
Find World Cube Association speedcubing competitions that occurred on a specific date. Enter year, month, and day to retrieve a focused list of 1-5 competitions for LLM processing.
Instructions
Search for WCA competitions on a specific date.
Returns a small, focused list of competitions that occurred on the exact date specified. This typically returns 1-5 competitions, making it perfect for LLM processing.
Args: year: Year (e.g., 2023, 2024) month: Month (1-12) day: Day (1-31)
Returns: Competition data for the specific date (typically 1-5 competitions)
Example: search_competitions_by_date(year=2024, month=3, day=15) - Competitions on March 15, 2024
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | ||
| month | Yes | ||
| day | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||