Retrieve individual campsites and their attributes for a given RIDB facility.
domain: ridb.recreation.gov · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Obtain the FacilityID from a prior facilities search.
Call GET /facilities/{FacilityID}/campsites to list every campsite tied to that facility.
Call GET /facilities/{FacilityID}/campsites/{campsiteId} (or GET /campsites/{campsiteId}) to pull a single campsite record.
Inspect the campsite's attribute list for site-level facts like electric hookup type, site type, and equipment allowed.
Combine campsite data with a separate reservation-availability lookup, since RIDB campsite records do not carry live booking status.
Known gotchas
Campsite attribute fields are inconsistently populated across agencies — many optional attributes (e.g., pull-through length) are null even for bookable sites.
RIDB campsite data is descriptive/static; don't treat an 'available' campsite record as a live inventory check.
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?