Server for Singapore Government Open Data
datagovsg_search_dataset
Search for data within a data.gov.sg dataset
Remote aniruddha-adhikary/gahmen-mcp
Other tools also called datagovsg_search_dataset?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"q": {
"anyOf": [
{
"type": "string"
},
{
"type": "object",
"additionalProperties": {
"type": "string"
}
}
],
"description": "Full text query"
},
"sort": {
"type": "string",
"description": "Comma-separated fields with ordering"
},
"limit": {
"type": "number",
"description": "Maximum rows to return (default: 100)"
},
"fields": {
"type": "string",
"description": "Comma-separated fields to return"
},
"offset": {
"type": "number",
"description": "Number of rows to skip"
},
"filters": {
"type": "object",
"description": "Dictionary of matching conditions",
"additionalProperties": {}
},
"resource_id": {
"type": "string",
"description": "Dataset ID (starts with d_)"
}
}
}