Eurostat
demographics__eurostatQuery European statistical data including GDP, population, employment, and trade from Eurostat. Returns JSON-stat format with quality scoring and source citations for data verification.
Instructions
[Demographics & Population Agent] Query Eurostat for European statistical data including GDP, population, employment, trade, and more. Returns JSON-stat format data. Source: Eurostat (Eurostat Copyright/Licence Policy), updates monthly. Returns the Katzilla envelope { data, quality, citation } — quality scores freshness/uptime/confidence; citation carries the source URL, license, and a SHA-256 data hash for audit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset | No | Eurostat dataset code (e.g. nama_10_gdp, demo_pjan) | nama_10_gdp |
| geo | No | Geographic area code (e.g. EU27_2020, DE, FR) | EU27_2020 |
| time | No | Time period filter (e.g. 2022, 2020-2022) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Structured payload from the upstream source. | |
| text | No | Pre-rendered text representation, when applicable. | |
| quality | Yes | Quality scorecard: freshness, uptime, completeness, confidence, certainty. | |
| citation | Yes | Provenance block — source, license, retrieval timestamp, SHA-256 data hash, pre-formatted citation text. |