Get Concept2 Event Challenges
concept2_get_event_challengesRetrieve Concept2 event challenges for a specific year, including details on challenges tied to events and competitions. Select markdown or JSON output to suit your needs.
Instructions
Retrieve Concept2 event challenges for a specific year.
Event challenges are typically tied to specific Concept2 events and competitions.
Args:
year: The year to retrieve event challenges for (e.g., 2024) (required)
response_format: 'markdown' or 'json' (default: 'markdown')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | Year (e.g., 2024) | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |