You're viewing a demo portfolio

Join the waitlist
PRSM

facets

Active

Tool of Opendatasoft

declared in 0.1.0

Retrieve distinct values and counts for a named facet field within an Opendatasoft dataset; useful for enumerating categories or filtering options before querying records.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "facet": "country",
      "dataset_id": "world-cities"
    },
    {
      "facet": "state",
      "instance": "public.opendatasoft.com",
      "dataset_id": "us-census-data"
    }
  ],
  "required": [
    "dataset_id",
    "facet"
  ],
  "properties": {
    "facet": {
      "type": "string"
    },
    "instance": {
      "type": "string"
    },
    "dataset_id": {
      "type": "string"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Opendatasoft

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

1/7 registries
View full server →