Workflows and use cases for SCB Living Conditions tables covering income, education, health, and social statistics
This skill provides workflows for accessing Statistics Sweden's living conditions data, including income distribution, education levels, health statistics, gender equality, IT usage, and various social indicators.
1. scb_opendata_mcp_search_tables(query="IT usage", lang="en")
2. scb_opendata_mcp_get_table_metadata(table_id="TAB4672")
3. scb_opendata_mcp_get_table_default_selection(table_id="TAB4672")
4. scb_opendata_mcp_get_table_data(table_id="TAB4672", selection=[
{"variableCode": "åldersgrupp", "valueCodes": ["16-24", "25-64", "65+"]},
{"variableCode": "år", "valueCodes": ["2024"]}
])
1. scb_opendata_mcp_search_tables(query="gender equality", lang="en")
2. scb_opendata_mcp_get_table_metadata(table_id="TAB5629")
3. scb_opendata_mcp_get_table_default_selection(table_id="TAB5629")
4. scb_opendata_mcp_get_table_data(table_id="TAB5629", selection=[
{"variableCode": "område", "valueCodes": ["utbildning", "sysselsättning", "inkomst"]},
{"variableCode": "år", "valueCodes": ["2024"]}
])
```38:["$","$L3e",null,{"content":"$3f","frontMatter":{"name":"scb-living-conditions","description":"Workflows and use cases for SCB Living Conditions tables covering income, education, health, and social statistics"}}]