list_datasets
Find Charlotte-Mecklenburg ArcGIS datasets by searching service and layer names, field names, or source. Identify the correct layer for spatial or attribute queries.
Instructions
Search the Charlotte/Mecklenburg ArcGIS endpoint registry.
Use this to discover which layer to query before calling a spatial/attribute tool -- e.g. search "waste" to find the solid waste collection routes layer, or "parcel" for parcel/zoning data.
Args: keyword: Case-insensitive substring matched against service name, layer name, and field names/aliases. Omit to browse. source: Optional filter to one of "city-onprem", "county-onprem", "city-agol", "county-agol". limit: Maximum number of results to return (default 25).
Returns: Dict with a "results" list (service, service_type, layer_name, url, geometry_type, field_count, broken) and a "summary" line.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| source | No | ||
| keyword | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||