World Bank
economic__world-bankFetch development indicators from the World Bank API for economic analysis, including GDP, population, poverty, education, and health metrics across countries.
Instructions
[Economic & Financial Data Agent] Fetch development indicators from the World Bank API. Covers GDP, population, poverty, education, health, and hundreds of other country-level indicators. Source: The World Bank (CC BY-4.0), 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 |
|---|---|---|---|
| country | No | ISO 3166-1 alpha-2 country code (e.g. US, DE, JP, BR, GB) | |
| indicator | No | World Bank indicator e.g. NY.GDP.MKTP.CD (GDP), SP.POP.TOTL (population) | NY.GDP.MKTP.CD |
| startYear | No | Start year for the date range (e.g. 1960) | |
| endYear | No | End year for the date range (e.g. 2024) | |
| date | No | Date range in World Bank format (e.g. '1960:2024') | |
| page | No | Page number for pagination | |
| perPage | No | Maximum results to return (1–1000) |
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. |