query_layer
ActiveTool of Arcgis Centennial
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)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Arcgis Centennial
https://github.com/pipeworx-io/mcp-arcgis-centennial
2/7 registries