You're viewing a demo portfolio

Join the waitlist
PRSM

toronto_query

Active

Tool of Data Toronto

declared in 0.1.0

Query any City of Toronto datastore resource (open.toronto.ca, CKAN) by its resource id (a UUID). Supports a free-text `q`, exact-match `filters` (field→value), `sort` ("field desc"), limit and offset. Use toronto_datasets to find a resource id, or toronto_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. \"APPLICATION_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. {\"PERMIT_TYPE\":\"New Building\"}."
    },
    "resource_id": {
      "type": "string",
      "description": "CKAN datastore resource id (UUID), e.g. \"6d0229af-bc54-46de-9c2b-26759b01dd05\"."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Data Toronto

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

2/7 registries
View full server →