Get Indicators
get_indicatorsSearch or list WHO Global Health Observatory indicators. Returns indicator codes and names. Use the indicator code with get_data to retrieve actual values. Example: get_indicators("life expectancy") or get_indicators("malaria")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional search keyword to filter indicators (e.g., "mortality", "tuberculosis"). Omit to list all. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | Yes | Total number of indicators matching the query | |
| indicators | Yes | List of indicators (max 50 returned) |