dataset_info

Pack: data-qatar · Endpoint: https://gateway.pipeworx.io/data-qatar/mcp

Get metadata for one Qatar government open data dataset (field schema with English/Arabic labels, record count, description) — call before query to learn the column names.

Parameters

NameTypeRequiredDescription
dataset_idstringyesDataset id from search_datasets.

Example call

Arguments

{
  "dataset_id": "percentage-distribution-of-population-by-sex-and-municipality-census-2015"
}

curl

curl -X POST https://gateway.pipeworx.io/data-qatar/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"dataset_info","arguments":{"dataset_id":"percentage-distribution-of-population-by-sex-and-municipality-census-2015"}}}'

TypeScript (@pipeworx/sdk)

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

const result = await pipeworx.call('dataset_info', {
  "dataset_id": "percentage-distribution-of-population-by-sex-and-municipality-census-2015"
});

Connect

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

{
  "mcpServers": {
    "data-qatar": {
      "url": "https://gateway.pipeworx.io/data-qatar/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build September 7, 2026