get_series_metadata
ActiveTool of Bpstat Pt
Look up metadata for one or more series by numeric series id. Returns label, short_label, description (Portuguese by default), dataset_id, domain_ids, and dimension_category. Use this to identify a series and find which dataset_id holds its observations, then call get_dataset. NOTE: this endpoint returns metadata only — it does NOT return the numeric values. lang defaults to PT.
Parameters schema
{
"type": "object",
"required": [
"series_ids"
],
"properties": {
"lang": {
"type": "string",
"description": "Language: \"PT\" (default) or \"EN\"."
},
"series_ids": {
"type": "string",
"description": "One or more numeric series ids, comma-separated, e.g. \"8201\" or \"8201,8202\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Bpstat Pt
https://github.com/pipeworx-io/mcp-bpstat-pt
1/7 registries