You're viewing a demo portfolio

Join the waitlist
PRSM

get_series_metadata

Active

Tool of Bpstat Pt

declared in 0.1.0

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\"."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Bpstat Pt

https://github.com/pipeworx-io/mcp-bpstat-pt

1/7 registries
View full server →