search_datasets
ActiveTool 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)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
data-gov-sg
https://github.com/pipeworx-io/mcp-data-gov-sg
2/7 registries