Get Current Concept2 Challenges
concept2_get_current_challengesRetrieve currently active Concept2 challenges with details like ID, name, dates, and distance. Choose markdown or JSON output.
Instructions
Retrieve currently active Concept2 challenges.
Returns challenges that are currently running, including their details: id, name, type, start_date, end_date, distance, time, description.
Args:
response_format: 'markdown' or 'json' (default: 'markdown')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |