query_worldbank
Fetch World Bank macroeconomic indicators for specified countries and years, saving results to a CSV file.
Instructions
Query World Bank macroeconomic indicators. Output is written to file_path as CSV.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country | Yes | Country code(s) comma-separated, e.g. CHN,USA or all | |
| end_year | Yes | End year | |
| file_path | Yes | Output CSV file path | |
| indicator | Yes | World Bank indicator code, e.g. NY.GDP.MKTP.CD | |
| start_year | Yes | Start year |