list_resources
ActiveTool of Dane Gov Pl
List the resources (files/tables) attached to a dataset. Returns JSON:API resource objects with id, title, format (csv/xlsx/...), media_type, link, openness_score and a tabular_data relationship. Resources whose relationships include tabular_data can be read row-by-row with resource_data.
Parameters schema
{
"type": "object",
"required": [
"dataset_id"
],
"properties": {
"lang": {
"type": "string",
"description": "Language hint \"en\" or \"pl\"."
},
"page": {
"type": "integer",
"description": "Page number (default 1)."
},
"per_page": {
"type": "integer",
"description": "Results per page, 1-100 (default 20)."
},
"dataset_id": {
"type": "string",
"description": "Dataset numeric id, e.g. \"771\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Dane Gov Pl
https://github.com/pipeworx-io/mcp-dane-gov-pl
1/7 registries