table_meta

Pack: sistat-si · Endpoint: https://gateway.pipeworx.io/sistat-si/mcp

Table definition (dimensions, valid values). Path is the .px table id, e.g. “0156101S.px”.

Parameters

NameTypeRequiredDescription
pathstringyese.g. “0156101S.px” (include the .px suffix)

Example call

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

Connect

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

{
  "mcpServers": {
    "sistat-si": {
      "url": "https://gateway.pipeworx.io/sistat-si/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 31, 2026