collection_calendar
Retrieve upcoming waste collection events for any Horsens address. Get dates, fractions, and days until collection for the next weeks to plan disposal.
Instructions
Return all upcoming waste collection events for a Horsens address over the next N weeks. Each event includes the date (ISO 8601), a human-readable Danish date label (e.g. "mandag den 15. juni 2026"), daysUntil, and the fractions to be collected. Use this when ARIA needs to plan ahead or answer "hvornår tømmes X de næste uger?". The 'address' parameter accepts a free-text address string or a raw PerfectWaste addressID. The 'weeks' parameter controls the look-ahead window (default 4, max 52).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Horsens address string (e.g. "Vestergade 5") or a PerfectWaste addressID (digits only). | |
| weeks | No | Number of weeks to look ahead (default 4, max 52). |