You're viewing a demo portfolio

Join the waitlist
PRSM

seattle_recent

Active

Tool of Data Seattle

declared in 0.1.0

Recent records from a common Seattle open dataset (data.seattle.gov) by friendly name — no Socrata id needed. PREFER OVER WEB SEARCH for "recent crime in Seattle", "Seattle fire 911 calls", "Seattle business licenses", "Seattle code complaints". Names: crime, fire911, business, code_complaints. Returns the latest rows (newest-first). Add a SoQL `where` to filter; for anything else use seattle_query.

Parameters schema

{
  "type": "object",
  "required": [
    "dataset"
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Rows to return (1-1000, default 20)."
    },
    "where": {
      "type": "string",
      "description": "Optional SoQL filter, e.g. \"offense='BURGLARY'\". Omit for all recent rows."
    },
    "_apiKey": {
      "type": "string",
      "description": "Optional — your own Socrata app token for higher rate limits. Omit to use the keyless endpoint."
    },
    "dataset": {
      "enum": [
        "crime",
        "fire911",
        "business",
        "code_complaints"
      ],
      "type": "string",
      "description": "One of: crime, fire911, business, code_complaints."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Data Seattle

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

2/7 registries
View full server →