strava_explore_segments
Discover popular cycling and running segments within a specified geographic area by providing bounding box coordinates. Filter results by activity type and climb category to find suitable routes for your training.
Instructions
Find popular segments within a geographic bounding box. Provide SW and NE corner coordinates as a comma-separated string: "sw_lat,sw_lng,ne_lat,ne_lng".
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bounds | Yes | Bounding box: "south_lat,west_lng,north_lat,east_lng" (e.g. "37.7,-122.5,37.8,-122.4") | |
| activity_type | No | Filter by activity type: "running" or "riding" | |
| min_cat | No | Minimum climb category (0-5, where 0 is NC and 5 is HC) | |
| max_cat | No | Maximum climb category (0-5) |