World Bank Multi-Indicator Query
ext_world_bank_multiQuery multiple World Bank indicators for cross-country comparison. Specify indicators, countries (ISO3), and year range to retrieve economic data such as GDP growth, CPI, and unemployment across nations.
Instructions
同时查询世界银行多个指标,跨国对比。
Args:
indicators (string[]): 指标数组,如 ["GDP_GROWTH","CPI","UNEMPLOYMENT"]
countries (string[]): ISO3 代码数组,如 ["CHN","USA","DEU"]
startYear (number): 起始年份
endYear (number): 结束年份
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| indicators | Yes | 指标数组 | |
| countries | No | ISO3 代码数组 | |
| startYear | No | 起始年份 | |
| endYear | No | 结束年份 |