get_campground_details
ActiveTool of io.github.outdoorithm/outdoorithm
Get comprehensive details for a specific campground including amenities, reviews, safety, and seasonal ratings. Returns ~80 curated fields (not the raw 214-column dump) including: - Identity, location, fees, site info - All amenity and activity booleans + descriptions - Review summaries, best campsites, common complaints, tips - Greenbook community safety (vibe score, flag status) - Seasonal LLM ratings (spring/summer/fall/winter) - Sentiment trend direction - Hero image with credits Note: a missing or empty field is a data gap, not proof a feature is absent. Do not tell the user a feature, trail, or amenity "doesn't exist" just because it isn't listed here; say it isn't in our records and suggest confirming with the operator. Args: campground_id: Unique campground identifier (CUID format, e.g., "RecreationDotGov:232447:1074")
Parameters schema
{
"type": "object",
"required": [
"campground_id"
],
"properties": {
"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