You're viewing a demo portfolio

Join the waitlist
PRSM

find_similar_campgrounds

Active

Tool of io.github.outdoorithm/outdoorithm

declared in 0.1.0

Find campgrounds similar to a given campground using vector embedding similarity. Uses pre-computed embeddings combining review text (semantic) and structured attributes (amenities, terrain, activities) for nuanced similarity matching. Args: campground_id: CUID of the target campground to find similar ones for result_limit: Number of results (1-50, default 20) max_distance_km: Optional max distance in km (omit for nationwide search) semantic_weight: Weight for text/review similarity (0-1, default 0.6) structured_weight: Weight for attribute similarity (0-1, default 0.4)

Parameters schema

{
  "type": "object",
  "required": [
    "campground_id"
  ],
  "properties": {
    "result_limit": {
      "type": "integer",
      "default": 20
    },
    "campground_id": {
      "type": "string"
    },
    "max_distance_km": {
      "anyOf": [
        {
          "type": "number"
        },
        {
          "type": "null"
        }
      ],
      "default": null
    },
    "semantic_weight": {
      "type": "number",
      "default": 0.6
    },
    "structured_weight": {
      "type": "number",
      "default": 0.4
    }
  }
}

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 →
find_similar_campgrounds — io.github.outdoorithm/outdoorithm — PRSM MCP