dataset_details
Pack: dane-gov-pl · Endpoint: https://gateway.pipeworx.io/dane-gov-pl/mcp
Get full metadata for a single dataset by numeric id (from search_datasets). Returns the JSON:API dataset object: title, notes, license, keywords, regions, institution relationship and resource count.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | string | yes | Dataset numeric id, e.g. “771”. |
lang | string | no | Language hint “en” or “pl”. |
Example call
curl -X POST https://gateway.pipeworx.io/dane-gov-pl/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": {
"dane-gov-pl": {
"url": "https://gateway.pipeworx.io/dane-gov-pl/mcp"
}
}
}
See Getting Started for client-specific install steps.