get_data
ActiveTool of Kolada Se
Fetch numeric KPI values from Kolada for a specific indicator (kpiId), Swedish municipality or region (municipalityId), and year. Returns value rows broken down by gender: T=total, K=women (kvinnor), M=men (män); non-gendered KPIs return only T.municipalityId from list_municipalities. Returns values per gender ("T" total, "K" women, "M" men); non-gendered KPIs report only "T".
Parameters schema
{
"type": "object",
"required": [
"kpiId",
"municipalityId",
"year"
],
"properties": {
"year": {
"type": "integer",
"description": "Four-digit year, e.g. 2022."
},
"kpiId": {
"type": "string",
"description": "KPI id from search_kpi, e.g. \"N15428\"."
},
"municipalityId": {
"type": "string",
"description": "Municipality/region id from list_municipalities, e.g. \"0180\" (Stockholm)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Kolada Se
https://github.com/pipeworx-io/mcp-kolada-se
1/7 registries