get_indicator_data
Retrieve a specific health expenditure indicator from the WHO Global Health Expenditure Database, with filters for country, region, income level, and year range.
Instructions
Fetch one GHED indicator with optional country and year filters.
Spatial filters compose: country (singular), countries (list), and
country_group (curated, e.g. "LAC") merge into a single country list,
and region / income further constrain via SQL AND.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| indicator_code | Yes | ||
| country | No | ||
| countries | No | ||
| country_group | No | ||
| region | No | ||
| income | No | ||
| year_start | No | ||
| year_end | No | ||
| latest_only | No | ||
| top | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||