Venues Available On Date
venues_available_on_dateCheck which Angling Lines venues genuinely have space for a party, either on one specific Saturday or across a whole month. Stays are fixed 7-day weeks, so an arrival date must be a Saturday in "YYYY-MM-DD" form; pass "month" as "YYYY-MM" instead to scan a whole month (defaults to the current month). Returns only venues with real availability, each with its free arrival dates and remaining capacity. Use this — not list_venues — whenever the question is about what is free or bookable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | A single Saturday arrival date as "YYYY-MM-DD", e.g. "2026-09-05". Use this OR "month". Stays run Saturday to Saturday, so any other weekday is rejected. | |
| month | No | A whole month to scan as "YYYY-MM", e.g. "2026-09". Use this OR "date". Defaults to the current month when neither is given. | |
| anglers | Yes | Number of anglers (fishers) in the party. | |
| non_anglers | No | Number of non-fishing guests travelling with the party. Defaults to 0. |