You're viewing a demo portfolio

Join the waitlist
PRSM

table_data

Active

Tool of Singstat Sg

declared in 0.1.0

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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Singstat Sg

https://github.com/pipeworx-io/mcp-singstat-sg

1/7 registries
View full server →
table_data — Singstat Sg — PRSM MCP