table_meta

Pack: statfin-fi · Endpoint: https://gateway.pipeworx.io/statfin-fi/mcp

List the dimensions and every valid value of one Statistics Finland (StatFin) PxWeb table of Finnish official statistics — use it to see exactly what a table breaks down by before slicing it, or when query_table reports that a value matched nothing. StatFin dimension codes are native Finnish and cannot be guessed from the English table title: “vkour/15ig.px” uses “ikaryhma_10_20180101” for age (whose total is “15-”, not “SSS”), “sukupuoli_9_20180101” for gender, “syntypera_101_20180101” for origin, “timeperiod_y” for year, and contentscode values such as “kaste5T8” (population with a tertiary level qualification). path is “folder/table.px” using the bare 4-character table id, e.g. “vkour/15ig.px” or “khi/11xs.px”.

Parameters

NameTypeRequiredDescription
pathstringyesfolder/table.px with the bare 4-character table id, e.g. “vkour/15ig.px” or “khi/11xs.px”. Find ids with subjects.

Example call

Arguments

{
  "path": "vkour/15ig.px"
}

curl

curl -X POST https://gateway.pipeworx.io/statfin-fi/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"table_meta","arguments":{"path":"vkour/15ig.px"}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('table_meta', {
  "path": "vkour/15ig.px"
});

Connect

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

{
  "mcpServers": {
    "statfin-fi": {
      "url": "https://gateway.pipeworx.io/statfin-fi/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build August 28, 2026