List datasetsMOSPI_MCP_LIST_DATASETS
Returns an overview of all MoSPI statistical datasets with descriptions and coverage.
This is the starting point ΓÇö call this first to identify the right dataset.
The API covers 500+ indicators across employment, prices, industry, national
accounts, health, education, disability, housing, environment, trade, and more. Each dataset has
its own indicator codes, filter parameters, and valid values ΓÇö these are not
standardized and cannot be inferred or guessed from parameter names alone.
Four-step workflow (each step depends on the previous):
1. list_datasets() ΓÇö identify the dataset
2. get_indicators(dataset) ΓÇö list available indicators
3. get_metadata(dataset, indicator_code) ΓÇö retrieve valid filter values
4. get_data(dataset, filters) ΓÇö fetch the data
Returns:
dict with 'datasets' (name, description, use_for for each dataset)
and 'workflow' (the four-step sequence).