get_dataset
ActiveTool of Bpstat Pt
Fetch a dataset as JSON-stat — THIS is how you get actual data/observations. Returns the value[] and status[] arrays plus the dimension objects; observations align to dimension.reference_date (the time axis, ISO dates). extension.series[] lists every series (id + Portuguese label) the dataset contains. Requires both the parent domain_id and the dataset id (from list_datasets). Large datasets can be sizeable. lang defaults to PT.
Parameters schema
{
"type": "object",
"required": [
"domain_id",
"dataset_id"
],
"properties": {
"lang": {
"type": "string",
"description": "Language: \"PT\" (default) or \"EN\"."
},
"domain_id": {
"type": "integer",
"description": "Parent domain id (from list_domains / list_datasets)."
},
"dataset_id": {
"type": "string",
"description": "Dataset id, e.g. \"05e2845d5d567afd88b699a91b0c20b8\"."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Bpstat Pt
https://github.com/pipeworx-io/mcp-bpstat-pt
1/7 registries