You're viewing a demo portfolio

Join the waitlist
PRSM

dallas_query

Active

Tool of Data Dallas

declared in 0.1.0

Run a raw SoQL query against any Dallas open-data resource (www.dallasopendata.com) by its Socrata id (8-char like "qv6i-rri7"). Full SoQL: where/select/group/order/limit/offset. Use dallas_datasets to find a resource id, or dallas_recent for the common ones.

Parameters schema

{
  "type": "object",
  "required": [
    "resource_id"
  ],
  "properties": {
    "group": {
      "type": "string",
      "description": "SoQL $group."
    },
    "limit": {
      "type": "number",
      "description": "Max rows (default 100, max 5000)."
    },
    "order": {
      "type": "string",
      "description": "SoQL $order."
    },
    "where": {
      "type": "string",
      "description": "SoQL $where filter."
    },
    "offset": {
      "type": "number",
      "description": "Row offset for paging."
    },
    "select": {
      "type": "string",
      "description": "SoQL $select."
    },
    "_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. \"qv6i-rri7\"."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Data Dallas

https://github.com/pipeworx-io/mcp-data-dallas

2/7 registries
View full server →
dallas_query — Data Dallas — PRSM MCP