uis_get_education_data
Retrieve international education indicators from UNESCO UIS for a specific country or globally. Get data like literacy rates, education spending, and graduation ratios.
Instructions
Ruft Bildungsdaten von der UNESCO Institute for Statistics API ab.
Kernfunktion des Servers. Liefert international vergleichbare Daten zu einem spezifischen Indikator – für ein Land oder alle Länder.
Typische Anwendungsfälle:
Alphabetisierungsrate der Schweiz: indicator='LR.AG15T99', country='CHE'
Bildungsausgaben OECD-Länder: indicator='XGDP.FSGOV', kein Land
Schulabschlussquoten Europa: indicator='CR.1' + Jahresfilter
Schüler-Lehrer-Verhältnis: indicator='PTR.1'
Args: params: indicator_id (erforderlich), country_code, start_year, end_year
Returns: Markdown-formatierte Tabelle oder Zeitreihe mit Daten und Metadaten
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |