boardsesh_get_ascents
Retrieve climbing logbook entries across boards, newest first, with filters for board, angle, status, and date range to analyze sends, flashes, or attempts.
Instructions
Return the user's logbook entries, newest first, across every board.
Use when the user asks about recent climbs, sends, flashes, attempts, what they did on a date, or wants raw history. Each entry is one climb at one angle on one board at one time with the number of tries. Filters: limit (default 25), board, angle, status ('all', 'sends', 'attempts', 'flashes'), start_date/end_date (YYYY-MM-DD).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| angle | No | Wall angle in degrees (e.g. 20, 40). Omit for all angles. | |
| board | No | Board type to filter to: kilter, tension, moonboard, decoy, touchstone, soill, grasshopper, woods or spray. Omit for all boards. | |
| limit | No | Maximum number of items to return. | |
| status | No | Filter by outcome. 'sends' includes flashes. | all |
| end_date | No | Inclusive end date, YYYY-MM-DD, in the user's timezone. | |
| start_date | No | Inclusive start date, YYYY-MM-DD, in the user's timezone. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||