calculate_drive_times
ActiveTool of io.github.outdoorithm/outdoorithm
Calculate realistic drive times from an origin to multiple campgrounds using Mapbox routing with live traffic. Uses the Mapbox Matrix API for traffic-aware routing. Maximum 9 destinations per request. Args: origin_latitude: Latitude of starting location origin_longitude: Longitude of starting location destinations: List of {campground_id: str, latitude: float, longitude: float} (max 9)
Parameters schema
{
"type": "object",
"required": [
"origin_latitude",
"origin_longitude",
"destinations"
],
"properties": {
"destinations": {
"type": "array",
"items": {
"type": "object",
"additionalProperties": true
}
},
"origin_latitude": {
"type": "number"
},
"origin_longitude": {
"type": "number"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.outdoorithm/outdoorithm
https://github.com/outdoorithm/website
1/7 registries