You're viewing a demo portfolio

Join the waitlist
PRSM

get_series_data

Active

Tool of Un Sdg

declared in 0.1.0

Get observations for an SDG series in a geographic area over a time range. seriesCode comes from list_indicators/list_series; areaCode is an M49 code from list_geoareas. Returns { data: [...] } where each observation has value, timePeriodStart, geoAreaName, source, footnotes, etc.

Parameters schema

{
  "type": "object",
  "required": [
    "seriesCode",
    "areaCode"
  ],
  "properties": {
    "areaCode": {
      "type": "string",
      "description": "M49 geographic area code, e.g. \"1\" for World (from list_geoareas)."
    },
    "pageSize": {
      "type": "number",
      "description": "Max observations to return (default 100)."
    },
    "seriesCode": {
      "type": "string",
      "description": "SDG series code, e.g. \"SI_POV_DAY1\" (from list_indicators/list_series)."
    },
    "timePeriodEnd": {
      "type": "string",
      "description": "Optional latest year, e.g. \"2020\"."
    },
    "timePeriodStart": {
      "type": "string",
      "description": "Optional earliest year, e.g. \"2010\"."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Un Sdg

https://github.com/pipeworx-io/mcp-un-sdg

1/7 registries
View full server →