horizon_scan
Scans recent legal documents across jurisdictions. Use this when the user asks: - "What laws changed recently in Netherland?" - "Show me new regulations from last week" - "Any updates in NL law?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| iso | Yes | One ISO code e.g. "IE", "NL", "US", etc. | |
| since | No | Freshness window. "yesterday", "today", "Nd"/"Nh"/"Nw" (e.g. "7d"), or ISO date "YYYY-MM-DD" | yesterday |
| topic | No | Optional filter (matches title) e.g. "employee monitoring" or "workplace surveillance" | |
| status | No | Optional filter on status field e.g. "new", "updated" String. | |
| date_field | No | Which date to window on. "crawling_date" (default) = when Lawstronaut crawled it. "publication_date" = when officially published. "last_updated" = when corpus record last changed. | crawling_date |
| include_repealed | No | If false, drop documents where repealed=true | |
| issuing_authority | No | Optional filter on issuing authority | |
| type_of_authority | No | Optional filter on type of authority | |
| max_per_jurisdiction | No | Max docs to return per jurisdiction (1-100) |