You're viewing a demo portfolio

Join the waitlist
PRSM

query_layer

Active

Tool of Arcgis Vilas

declared in 0.1.0

Query an ArcGIS Feature Service / Map Service layer by its url (from search_datasets). SQL-like `where`, comma-separated `out_fields`, `order_by`, `limit`, `offset`. Returns attribute rows (and geometry). Use where="1=1" + out_fields="*" to sample.

Parameters schema

{
  "type": "object",
  "required": [
    "url"
  ],
  "properties": {
    "url": {
      "type": "string",
      "description": "Feature/Map Service layer url ending in /FeatureServer/<n> or /MapServer/<n>."
    },
    "limit": {
      "type": "number",
      "description": "Max features (1-2000, default 50)."
    },
    "where": {
      "type": "string",
      "description": "SQL where clause, e.g. \"STATE = 'CA' AND YEAR >= 2020\". Default \"1=1\"."
    },
    "offset": {
      "type": "number",
      "description": "Pagination offset."
    },
    "order_by": {
      "type": "string",
      "description": "e.g. \"POP DESC\"."
    },
    "out_fields": {
      "type": "string",
      "description": "Comma-separated field names, or \"*\" for all (default)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Arcgis Vilas

https://github.com/pipeworx-io/mcp-arcgis-vilas

2/7 registries
View full server →
query_layer — Arcgis Vilas — PRSM MCP