get_disaggregation_values
Retrieve all possible values for a given disaggregation type, such as sex or age, to understand how indicators can be broken down.
Instructions
Get the available values for a specific disaggregation type.
Given a disaggregation type code (e.g. 'SEX', 'AGE', 'EDU_LEVEL'), return all possible values that indicators can be broken down by.
Args: type_code: The disaggregation type code (from list_disaggregation_types).
Returns: A dictionary with: - "type_code": The requested type code. - "type_name": The human-readable name of the disaggregation type. - "values": A list of dicts, each with 'code', 'name', and 'description'. - "count": The total number of values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type_code | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||