worldbank_get_country_ranking
Get country rankings by World Bank indicator values to compare performance across nations. Filter by year or income group for targeted analysis.
Instructions
Rank countries by a World Bank indicator value.
Args: indicator: World Bank indicator code. year: Year to rank on. If None, uses most recent available. income_group: Optional income group filter.
Returns: List of RankingEntry sorted by value descending.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | ||
| indicator | Yes | ||
| income_group | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |