get_next_business_day
Find the next business day in any ANZ region by providing a date and region code. Skips weekends and public holidays, with a summary of skipped holidays and input date status.
Instructions
Given a date and ANZ region (NZ, VIC, NSW, QLD, WA, SA, TAS, NT, or ACT), return the next business day (Monday–Friday, excluding public holidays). Returns a summary string and a structured data object that reports the input date's status and lists any holidays skipped during the search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | ISO 8601 date string (YYYY-MM-DD) | |
| region | Yes | Region code: NZ, VIC, NSW, QLD, WA, SA, TAS, NT, or ACT |