You're viewing a demo portfolio

Join the waitlist
PRSM

cdc_dataset_query

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

Generic SoQL query against any data.cdc.gov dataset. Use this when none of the curated tools fit. Accepts a 4x4 Socrata ID and a where-clause. SoQL reference: https://dev.socrata.com/docs/queries/

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "dataset"
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Max rows (default 50)"
    },
    "order": {
      "type": "string",
      "description": "SoQL order clause (e.g. 'date DESC')"
    },
    "where": {
      "type": "string",
      "description": "SoQL where clause (e.g. \"state='Texas' AND year=2024\")"
    },
    "select": {
      "type": "string",
      "description": "SoQL select clause (default '*')"
    },
    "dataset": {
      "type": "string",
      "description": "Socrata 4x4 dataset ID (e.g. 'muzy-jte6')"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.blackboxfoundry/livedatalink

https://github.com/blackboxfoundry/livedatalink

2/7 registries
View full server →