list_org_units

Pack: kolada-se · Endpoint: https://gateway.pipeworx.io/kolada-se/mcp

List organizational units (schools, preschools, eldercare facilities, etc.) within a municipality.

Parameters

NameTypeRequiredDescription
titlestringnoSubstring of the unit name (Swedish), e.g. “skola” or “förskola”.
municipalityIdstringnoRestrict to a municipality/region id, e.g. “0180”.

Example call

curl -X POST https://gateway.pipeworx.io/kolada-se/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_org_units","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "kolada-se": {
      "url": "https://gateway.pipeworx.io/kolada-se/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 2, 2026