query
ActiveTool of Data Ny
declared in 0.1.0
SoQL query on a single resource.
Parameters schema
{
"type": "object",
"examples": [
{
"limit": 100,
"where": "year = 2023",
"resource_id": "xj2p-gjci"
},
{
"group": "complaint_type",
"limit": 50,
"order": "total DESC",
"select": "complaint_type, count(*) as total",
"resource_id": "8n3z-qvya"
}
],
"required": [
"resource_id"
],
"properties": {
"group": {
"type": "string"
},
"limit": {
"type": "number"
},
"order": {
"type": "string"
},
"where": {
"type": "string",
"description": "SoQL WHERE clause (without \"WHERE\")."
},
"offset": {
"type": "number"
},
"select": {
"type": "string"
},
"resource_id": {
"type": "string",
"description": "Socrata 4x4, e.g. \"xj2p-gjci\""
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Data Ny
https://github.com/pipeworx-io/mcp-data-ny
1/7 registries