query_worldbank
Query World Bank economic data using country codes and indicator codes to retrieve raw JSON responses for analysis.
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 |