You're viewing a demo portfolio

Join the waitlist
PRSM

search_datasets

Active

Tool of data-gov-sg

declared in 0.1.0

Search or browse the data.gov.sg dataset catalog by free text. Returns dataset IDs, titles, descriptions, and column schemas that can be used with query_dataset to fetch actual rows.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "query": "weather"
    },
    {
      "page": 1,
      "query": "traffic",
      "page_size": 50
    }
  ],
  "properties": {
    "page": {
      "type": "number",
      "description": "1-based page (default 1)"
    },
    "query": {
      "type": "string",
      "description": "Free-text filter"
    },
    "page_size": {
      "type": "number",
      "description": "1-100 (default 20)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

data-gov-sg

https://github.com/pipeworx-io/mcp-data-gov-sg

2/7 registries
View full server →