table_data
ActiveTool of Singstat Sg
Fetch the time-series data rows for a Singapore statistics table by resourceId (get ids from search_tables). Data is returned under `Data` with a `row` array of series, each containing dated `columns`. Filter time periods with `timeFilter` (comma-separated periods like "2020,2021") or `between` (a from,to range like "2010,2020"); page with offset/limit.
Parameters schema
{
"type": "object",
"required": [
"resourceId"
],
"properties": {
"limit": {
"type": "integer",
"description": "Max number of rows to return."
},
"offset": {
"type": "integer",
"description": "Number of rows to skip (pagination)."
},
"sortBy": {
"type": "string",
"description": "Sort expression, e.g. \"rowtext asc\"."
},
"between": {
"type": "string",
"description": "Inclusive period range \"from,to\", e.g. \"2010,2020\"."
},
"resourceId": {
"type": "string",
"description": "Table id from search_tables, e.g. \"M810001\"."
},
"timeFilter": {
"type": "string",
"description": "Comma-separated specific periods to return, e.g. \"2020,2021,2022\"."
},
"seriesNoORrowNo": {
"type": "string",
"description": "Comma-separated series/row numbers to limit which series are returned."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Singstat Sg
https://github.com/pipeworx-io/mcp-singstat-sg
1/7 registries