NPS Campgrounds
travel.nps.campgroundsRetrieve campground information from US National Parks, including reservation status, accessibility features, and amenities. Filter by state, park code, or keyword.
Instructions
NPS campgrounds with reservation info, accessibility, amenities, coords. NPS public domain
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state_code | No | Optional 2-letter US state code (e.g. "CA", "NY", "WY"). Comma-separated for multiple ("CA,WY"). | |
| park_code | No | Optional park code (e.g. "yose" Yosemite, "yell" Yellowstone, "grca" Grand Canyon). Comma-separated allowed. | |
| q | No | Free-text keyword search. | |
| limit | No | Max records to return (default 10, max 50). | |
| start | No | Pagination offset for stepping through results. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |