You're viewing a demo portfolio

Join the waitlist
PRSM

get_dataset

Active

Tool of Bpstat Pt

declared in 0.1.0

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

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 →
get_dataset — Bpstat Pt — PRSM MCP