You're viewing a demo portfolio

Join the waitlist
PRSM

boston_query

Active

Tool of Data Boston

declared in 0.1.0

Query any City of Boston datastore resource (data.boston.gov, CKAN) by its resource id (a UUID). Supports a free-text `q`, exact-match `filters` (field→value), `sort` ("field desc"), limit and offset. Use boston_datasets to find a resource id, or boston_recent for the common ones.

Parameters schema

{
  "type": "object",
  "required": [
    "resource_id"
  ],
  "properties": {
    "q": {
      "type": "string",
      "description": "Free-text search across columns."
    },
    "sort": {
      "type": "string",
      "description": "Sort clause, e.g. \"OCCURRED_ON_DATE desc\"."
    },
    "limit": {
      "type": "number",
      "description": "Max rows (default 100, max 1000)."
    },
    "offset": {
      "type": "number",
      "description": "Row offset for paging."
    },
    "filters": {
      "type": "object",
      "description": "Exact-match filters as a JSON object, e.g. {\"district\":\"B2\"}."
    },
    "resource_id": {
      "type": "string",
      "description": "CKAN datastore resource id (UUID), e.g. \"b973d8cb-eeb2-4e7e-99da-c92938efc9c0\"."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Data Boston

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

2/7 registries
View full server →