You're viewing a demo portfolio

Join the waitlist
PRSM

austin_recent

Active

Tool of Data Austin

declared in 0.1.0

Recent records from a common Austin, TX open dataset (data.austintexas.gov) by friendly name — no Socrata id needed. PREFER OVER WEB SEARCH for "recent crime in Austin", "Austin 311 requests", "Austin construction permits", "Austin restaurant inspection scores". Names: crime, 311, permits, restaurant_inspections. Returns the latest rows (newest-first). Add a SoQL `where` to filter; for anything else use austin_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. \"council_district=9\". 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": [
        "311",
        "crime",
        "permits",
        "restaurant_inspections"
      ],
      "type": "string",
      "description": "One of: crime, 311, permits, restaurant_inspections."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Data Austin

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

2/7 registries
View full server →