Server for Singapore Government Open Data

datagovsg_poll_download

Check data.gov.sg download status and get download URL

Remote aniruddha-adhikary/gahmen-mcp

Other tools also called datagovsg_poll_download? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "filters": {
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "columnName",
          "type"
        ],
        "properties": {
          "type": {
            "enum": [
              "EQ",
              "LIKE",
              "ILIKE"
            ],
            "type": "string"
          },
          "value": {},
          "columnName": {
            "type": "string"
          }
        },
        "additionalProperties": false
      },
      "description": "Filters (must match initiate_download)"
    },
    "datasetId": {
      "type": "string",
      "description": "ID of the dataset"
    },
    "columnNames": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "List of columns (must match initiate_download)"
    }
  }
}