Check BC Parks day-pass availability
parksopen_check_day_passesUse this when the user asks whether a BC Parks day-use pass is required, available, sold out, not released yet, or closed for a date, park, access area, or AM/PM slot. It returns every tracked access area and time slot for the requested parks across the live three-day booking window, with explicit No pass needed versus Sold out states, freshness, the Parks Open comparison page, and the official BC Parks booking handoff. If live inventory is stale, incomplete, or conflicts with published rules, it fails closed and will not claim Available or Sold out.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | visit date, YYYY-MM-DD. Omit for today in British Columbia. | |
| days | No | number of consecutive dates to compare, 1 to 3; default is the full 3-day booking window | |
| parks | No | optional park names, e.g. ['Golden Ears', 'Garibaldi']; omit to return every tracked day-pass park |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| from | Yes | ||
| live | Yes | ||
| note | Yes | ||
| page | Yes | ||
| parks | Yes | ||
| freshness | Yes | ||
| booking_url | Yes | ||
| observed_at | Yes | ||
| suggestions | Yes | ||
| coverage_through | Yes |