Get UNICEF Indicator Temporal Coverage
get_temporal_coverageCheck which years of data are available for a UNICEF indicator before fetching full data. Returns the observed year range across all countries to help pick a valid year range.
Instructions
Check what years of data are available for a UNICEF indicator.
Fetches a small sample to determine the time range. Lightweight — does not fetch all observations. Use before get_data() to pick a year range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Exact UNICEF SDMX indicator code. Returns the min/max observed year range (the 'data frontier') across all countries. The MCP uses this internally to refuse get_data calls whose year(s) exceed the frontier — callers can also query it directly to display the data window. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||