get_indicator_metadata
Retrieve definitions, calculation methods, data sources, and disaggregations for a UNESCO UIS indicator by providing its code.
Instructions
Get detailed metadata for a specific UNESCO UIS indicator.
Returns definitional and methodological information for an indicator, including its glossary definition, purpose, calculation method, data sources, and available disaggregations. Use this after finding indicator codes via search_indicators.
Args: indicator_code: The indicator code (e.g. "CR.1", "ROFST.1.cp").
Returns: A dictionary with: - "code": Indicator code. - "name": Full indicator name. - "theme": Theme code. - "last_update": Date and description of the most recent data release. - "data_availability": Time coverage (min/max year), total record count, and geographic unit types. - "definition": Glossary entry with definition, purpose, calculation method, data source, interpretation, and limitations (if available). - "disaggregations": List of available disaggregation breakdowns (code, name, type).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| indicator_code | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||