You're viewing a demo portfolio

Join the waitlist
PRSM

get_gear_for_campground

Active

Tool of io.github.outdoorithm/outdoorithm

declared in 0.1.0

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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

io.github.outdoorithm/outdoorithm

https://github.com/outdoorithm/website

1/7 registries
View full server →