You're viewing a demo portfolio

Join the waitlist
PRSM

query

Active

Tool of Data Tours

declared in 0.1.0

Query records from a Tours Métropole Open Data dataset with ODSQL. Filter (where), aggregate (group_by/select), sort (order_by), paginate (limit/offset).

Parameters schema

{
  "type": "object",
  "required": [
    "dataset_id"
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Max records (1-100, default 20)."
    },
    "query": {
      "type": "string",
      "description": "Free-text keyword across all fields (optional)."
    },
    "where": {
      "type": "string",
      "description": "ODSQL filter, e.g. `year >= 2020 AND city = \"Paris\"` (overrides query)."
    },
    "offset": {
      "type": "number",
      "description": "Pagination offset (default 0)."
    },
    "select": {
      "type": "string",
      "description": "ODSQL select/aggregation, e.g. `count(*) as n, sum(amount)`."
    },
    "group_by": {
      "type": "string",
      "description": "ODSQL group_by field(s)."
    },
    "order_by": {
      "type": "string",
      "description": "Sort, e.g. `date desc`."
    },
    "dataset_id": {
      "type": "string",
      "description": "Dataset id from search_datasets."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Data Tours

https://github.com/pipeworx-io/mcp-data-tours

2/7 registries
View full server →