You're viewing a demo portfolio

Join the waitlist
PRSM

query

Active

Tool of Data Kingcounty

declared in 0.1.0

Run a Socrata SoQL query against a King County Open Data dataset by resource_id (e.g. "j56h-zgnm"). Filter with where/select/group/order (SoQL clauses, without the leading $) plus limit/offset. Returns matching rows as JSON.

Parameters schema

{
  "type": "object",
  "required": [
    "resource_id"
  ],
  "properties": {
    "group": {
      "type": "string",
      "description": "SoQL $group column(s)."
    },
    "limit": {
      "type": "number",
      "description": "Max rows (default Socrata 1000)."
    },
    "order": {
      "type": "string",
      "description": "SoQL $order, e.g. \"date DESC\"."
    },
    "where": {
      "type": "string",
      "description": "SoQL $where filter, e.g. \"year >= 2020 AND status = 'Active'\"."
    },
    "offset": {
      "type": "number",
      "description": "Pagination offset."
    },
    "select": {
      "type": "string",
      "description": "SoQL $select, e.g. \"name, count(*) AS n\"."
    },
    "resource_id": {
      "type": "string",
      "description": "Dataset id, e.g. \"j56h-zgnm\" (from datasets)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Data Kingcounty

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

2/7 registries
View full server →
query — Data Kingcounty — PRSM MCP