You're viewing a demo portfolio

Join the waitlist
PRSM

dc_query

Active

Tool of Data Dc

declared in 0.1.0

Query any Washington, DC ArcGIS layer by service path + layer id. Full ArcGIS query: where, out_fields, order_by, limit. Use dc_layers to find a service/layer, or dc_recent for the common ones. Epoch dates are converted to ISO.

Parameters schema

{
  "type": "object",
  "required": [
    "service",
    "layer"
  ],
  "properties": {
    "layer": {
      "type": "number",
      "description": "Layer id within the service (from dc_layers), e.g. 39."
    },
    "limit": {
      "type": "number",
      "description": "Max rows (default 100, max 2000)."
    },
    "where": {
      "type": "string",
      "description": "ArcGIS SQL where (default \"1=1\")."
    },
    "service": {
      "type": "string",
      "description": "ArcGIS service path, e.g. \"FEEDS/MPD/MapServer\" (or a short name: crime|service_requests|permits)."
    },
    "order_by": {
      "type": "string",
      "description": "Sort clause, e.g. \"REPORT_DAT DESC\"."
    },
    "out_fields": {
      "type": "string",
      "description": "Comma-separated fields, or \"*\" (default)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Data Dc

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

2/7 registries
View full server →
dc_query — Data Dc — PRSM MCP