get_site
Retrieve complete details for a specific campsite, including name, type, capacity, and rates, using its unique ID.
Instructions
Get details for a single campsite by id.
Use when: "tell me about site 42", "what's the max occupancy of site 17?". Returns the full site record (name, type, capacity, rates).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |