dataset_details

Pack: dati-it · Endpoint: https://gateway.pipeworx.io/dati-it/mcp

Full dataset record by id or slug (CKAN package_show), including its resources. Each resource carries a “url” you can fetch directly to download the data (CSV/JSON/etc.) — this portal has no datastore, so there is no row-level query API.

Parameters

NameTypeRequiredDescription
idstringyesDataset id (UUID) or slug, e.g. “c9f94b63-f2c0-4e4c-99b1-6d431cde9521”.

Example call

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

Connect

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

{
  "mcpServers": {
    "dati-it": {
      "url": "https://gateway.pipeworx.io/dati-it/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 3, 2026