You're viewing a demo portfolio

Join the waitlist
PRSM

get_data

Active

Tool of Kolada Se

declared in 0.1.0

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)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Kolada Se

https://github.com/pipeworx-io/mcp-kolada-se

1/7 registries
View full server →