get_indicator_summary
Retrieve lightweight summaries for multiple UNESCO UIS indicators without API calls, providing key fields like code, name, theme, time range, record count, and disaggregation types. Ideal for quick overviews after search results.
Instructions
Get a lightweight summary for one or more UNESCO UIS indicators.
Returns key fields from the local database without making API calls. Much faster than get_indicator_metadata — use this when you need a quick overview of multiple indicators (e.g. after a search) rather than full definitional detail.
Use get_indicator_metadata when you need glossary definitions, methodology, or detailed disaggregation breakdowns for a single indicator.
Args: indicator_codes: List of indicator codes (1–10). Use codes from search_indicators results.
Returns: A dictionary with: - "indicators": List of summaries, each with code, name, theme, timeLine_min/max, totalRecordCount, geoUnitType, lastDataUpdate, and disaggregation_types (list of type names). - "returned": Number of indicators found. - "not_found": List of requested codes that were not in the database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| indicator_codes | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||