la_query
ActiveTool of Data La
Run a raw SoQL query against any Los Angeles open-data resource (data.lacity.org) by its Socrata id (8-char like "2nrs-mtv8"). Full SoQL: where/select/group/order/limit/offset. Use la_datasets to find a resource id, or la_recent for the common ones.
Parameters schema
{
"type": "object",
"required": [
"resource_id"
],
"properties": {
"group": {
"type": "string",
"description": "SoQL $group (e.g. \"crm_cd_desc\")."
},
"limit": {
"type": "number",
"description": "Max rows (default 100, max 5000)."
},
"order": {
"type": "string",
"description": "SoQL $order (e.g. \"date_occ DESC\")."
},
"where": {
"type": "string",
"description": "SoQL $where filter (e.g. \"area_name='Central'\")."
},
"offset": {
"type": "number",
"description": "Row offset for paging."
},
"select": {
"type": "string",
"description": "SoQL $select (e.g. \"crm_cd_desc, count(*)\")."
},
"_apiKey": {
"type": "string",
"description": "Optional — your own Socrata app token for higher rate limits. Omit to use the keyless endpoint."
},
"resource_id": {
"type": "string",
"description": "Socrata resource id, e.g. \"2nrs-mtv8\" (crime data)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Data La
https://github.com/pipeworx-io/mcp-data-la
2/7 registries