get_gear_for_campground
ActiveTool of io.github.outdoorithm/outdoorithm
Get personalized gear recommendations for a specific campground. Returns pre-computed recommendations across slot types: essential (must-have), activity (activity-matched), comfort (nice-to-have), amenity_gap (compensates for missing amenities). Each includes product details and purchase links. Args: campground_id: Campground CUID slot_type: Optional filter — one of essential/activity/comfort/amenity_gap
Parameters schema
{
"type": "object",
"required": [
"campground_id"
],
"properties": {
"slot_type": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null
},
"campground_id": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.outdoorithm/outdoorithm
https://github.com/outdoorithm/website
1/7 registries