get_recent_updates
List regulations that are newly added or recently amended. Specify a jurisdiction and date range to filter compliance updates.
Instructions
List regulations added or amended recently — the regulatory change feed.
Use this when the user asks "what's new in [jurisdiction] compliance",
"what regulations changed this quarter", "are there any recent updates
to MiCA / GDPR / etc.", or for incremental sync of a downstream cache
or vector store (only re-process what changed). Each item carries a
canonical uri, an upstream source_url, and a change_type of
new or amended.
Args: since: ISO date (YYYY-MM-DD) lower bound for the modification timestamp, e.g. "2026-01-01". If omitted, the API returns the default recent window. jurisdiction: Optional jurisdiction code to scope the query, e.g. "EU".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | ||
| jurisdiction | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |