list_sites
List campsites at a park with pagination. Use limit and offset to navigate through site records.
Instructions
List campsites at the configured park.
Use when: "what sites do I have?", "show me the first 20 sites",
"what's the offset for the next page?". Returns the API's native page
shape — dict with items (site records) and pagination metadata.
Example: limit=50, offset=0 — first page of 50 sites.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |