boardsesh_find_similar_climbs
Find climbs using similar holds to a specified climb. Provide a climb UUID to get related routes for training or projecting.
Instructions
Find climbs that use a similar set of holds to a given climb.
Use when the user asks for climbs like one they enjoyed or one they are projecting, or wants to train a specific movement again. Similarity is hold overlap (0-1); 0.5 and above feels genuinely related. Pass a climb_uuid from an earlier result.
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. | |
| climb_uuid | Yes | The climb to match, as a climb_uuid from another tool's output (e.g. a send or project). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||