boardsesh_search_climbs
Find climbs from the board catalogue by name, grade, angle, board, popularity, or benchmarks. Exclude already sent climbs and set minimum ascents to refine results.
Instructions
Search the board's climb catalogue with filters.
Use when the user wants to find specific climbs: by name, grade range, benchmarks only, popularity, or excluding ones they have already sent. For "what should I try next" prefer boardsesh_recommend_climbs, which uses the user's own level.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Match part of a climb name. | |
| 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. | |
| min_ascents | No | Only climbs with at least this many community ascents. | |
| exclude_sent | No | Hide climbs the user has already sent at this angle. | |
| max_grade_id | No | Maximum difficulty_id. | |
| min_grade_id | No | Minimum difficulty_id (see boardsesh_get_grades). | |
| only_benchmarks | No | Only benchmark climbs. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||