You're viewing a demo portfolio

Join the waitlist
PRSM

get_indicator_metadata

Active

Tool of Owid

declared in 0.1.0

Fetch chart metadata for an OWID indicator slug: title, subtitle, note, and per-column details (unit, description, data producer/citation, last_updated, next_update dates). Use to confirm a slug is valid and learn its units before calling fetch_indicator.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "slug": "co-emissions-per-capita"
    }
  ],
  "required": [
    "slug"
  ],
  "properties": {
    "slug": {
      "type": "string",
      "description": "OWID chart slug"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Owid

https://github.com/pipeworx-io/mcp-owid

1/7 registries
View full server →