get_completed_climbs
Retrieve a list of completed climbs with attempt counts, including route, grade, tries, result, and date.
Instructions
List every climb you've completed/sent, each with its number of tries.
Returns a compact summary (route, grade, tries, result, date) plus the full raw payload. If the 'tries' field comes back null, the API used a field name not yet mapped — inspect 'raw' and extend _summarize_climbs in server.py.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |