tables_for_operation

Pack: ine-es · Endpoint: https://gateway.pipeworx.io/ine-es/mcp

List the statistical tables belonging to one INE operation. operationId may be the numeric Id (e.g. 25) or the operation code (e.g. “IPC”, “EPA”). Each table has an Id used by series_in_table / table_data.

Parameters

NameTypeRequiredDescription
operationIdstringyesNumeric Id or code, e.g. “IPC”, “EPA”, “25”.
langstringnoResponse language. Default EN.

Example call

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

Connect

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

{
  "mcpServers": {
    "ine-es": {
      "url": "https://gateway.pipeworx.io/ine-es/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 1, 2026