List Concept2 Challenges
concept2_list_challengesList all Concept2 challenges, including name, type, status, dates, distance, and time. Supports markdown or JSON output.
Instructions
List all available Concept2 challenges (all time).
Returns a list of challenges including: id, name, type, status, 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 |