query_worldbank
Retrieve economic and development data from the World Bank API using country codes and indicator codes to access global statistics.
Instructions
Make a raw query to the World Bank API.
Args:
country: Country code (e.g., 'USA', 'all')
indicator: World Bank indicator code (e.g., 'NY.GDP.MKTP.CD')
params: Additional query parameters
Returns:
Raw JSON response from World Bank API
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country | Yes | ||
| indicator | Yes | ||
| params | No |