You're viewing a demo portfolio

Join the waitlist
PRSM

get_data

Active

Tool of Who Gho

declared in 0.1.0

Get health data values for a WHO indicator code. Returns numeric values by country and year. Example: get_data("WHOSIS_000001", country="USA", year="2020"). Use get_indicators first to find the indicator code.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "year": "2020",
      "country": "USA",
      "indicator": "WHOSIS_000001"
    },
    {
      "country": "GBR",
      "indicator": "WHOSIS_000015"
    }
  ],
  "required": [
    "indicator"
  ],
  "properties": {
    "year": {
      "type": "string",
      "description": "Year to filter by (e.g., \"2020\")"
    },
    "country": {
      "type": "string",
      "description": "ISO 3-letter country code (e.g., \"USA\", \"GBR\", \"JPN\")"
    },
    "indicator": {
      "type": "string",
      "description": "WHO indicator code (e.g., \"WHOSIS_000001\" for life expectancy)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Who Gho

https://github.com/pipeworx-io/mcp-who-gho

2/7 registries
View full server →