dataset_info

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

Get metadata for one Bahrain government open data dataset (field schema, record count, description) — call before query to learn the column names.

Parameters

NameTypeRequiredDescription
dataset_idstringyesDataset id from search_datasets.

Example call

Arguments

{
  "dataset_id": "economically-active-population-15-years-and-above-by-age-groups-nationality-and-"
}

curl

curl -X POST https://gateway.pipeworx.io/data-bahrain/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"dataset_info","arguments":{"dataset_id":"economically-active-population-15-years-and-above-by-age-groups-nationality-and-"}}}'

TypeScript (@pipeworx/sdk)

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

const result = await pipeworx.call('dataset_info', {
  "dataset_id": "economically-active-population-15-years-and-above-by-age-groups-nationality-and-"
});

Connect

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

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

See Getting Started for client-specific install steps.

Regenerated from source · build September 7, 2026