You're viewing a demo portfolio

Join the waitlist
PRSM

get_indicator

Active

Tool of Ine Pt

declared in 0.1.0

Fetch data values for an INE (Statistics Portugal) indicator. Pass the indicator code (varcd) and optionally a `dims` object mapping dimension slots ("Dim1","Dim2",...) to dimension-value codes to select a slice (codes come from indicator_meta). Omit a Dim slot to return all of its values. Requires varcd — INE has no keyword/search endpoint, so look the code up on https://www.ine.pt first.

Parameters schema

{
  "type": "object",
  "required": [
    "varcd"
  ],
  "properties": {
    "dims": {
      "type": "object",
      "description": "Dimension selections, e.g. {\"Dim1\":\"S7A2021\",\"Dim3\":\"1\"}. Keys are Dim1..DimN (matching the dim_num from indicator_meta); values are dimension-value codes. May also be passed as an array, treated as [Dim1, Dim2, ...]."
    },
    "lang": {
      "enum": [
        "EN",
        "PT"
      ],
      "type": "string",
      "description": "Response language. Default EN."
    },
    "varcd": {
      "type": "string",
      "description": "INE indicator code (varcd), e.g. \"0008273\". INE has no keyword search API — find the varcd on https://www.ine.pt (BDDXplorer database browser) first."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Ine Pt

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

1/7 registries
View full server →
get_indicator — Ine Pt — PRSM MCP