get_dataset
ActiveTool of Cdc
declared in 0.1.0
Fetch up to 1000 rows from a CDC Socrata dataset by its four-by-four dataset ID (e.g., "9mfq-cb36"). Returns row array with all columns plus column names extracted from the first row. Use search_datasets first to find the dataset ID.
Parameters schema
{
"type": "object",
"examples": [
{
"id": "9mfq-cb36"
},
{
"id": "r8kz-9hhg",
"limit": 500
}
],
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "Socrata dataset ID in four-by-four format (e.g., \"9mfq-cb36\")"
},
"limit": {
"type": "number",
"description": "Number of rows to return (default 50, max 1000)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Cdc
https://github.com/pipeworx-io/mcp-cdc
1/7 registries