ArcGIS / Esri REST
Query and edit Esri ArcGIS Feature Service layers, including feature create, update, delete, and change polling.
Tools
| Name | Description |
|---|---|
query_featuresQuery an ArcGIS Feature Service layer with where, geometry, fields, and pagination options. | Query an ArcGIS Feature Service layer with where, geometry, fields, and pagination options. |
add_featuresAdd one or more features to an edit-enabled ArcGIS Feature Service layer. | Add one or more features to an edit-enabled ArcGIS Feature Service layer. |
update_featuresUpdate one or more features in an edit-enabled ArcGIS Feature Service layer. | Update one or more features in an edit-enabled ArcGIS Feature Service layer. |
delete_featuresDelete features from an edit-enabled ArcGIS Feature Service layer by object IDs or a precise where clause. | Delete features from an edit-enabled ArcGIS Feature Service layer by object IDs or a precise where clause. |
Triggers
| Name | Description |
|---|---|
changed_featuresPoll an ArcGIS layer for features with a date field newer than the previous poll. | Poll an ArcGIS layer for features with a date field newer than the previous poll. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('arcgis', 'query_features', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'arcgis',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect ArcGIS / Esri REST to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does ArcGIS / Esri REST support?
ArcGIS / Esri REST supports 4 tools including Query Features, Add Features, Update Features, Delete Features.
Can I use ArcGIS / Esri REST with AI agents?
Yes. Add ArcGIS / Esri REST to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can ArcGIS / Esri REST be used in stateful agent workflows?
Yes. Agents can combine ArcGIS / Esri REST tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does ArcGIS / Esri REST use?
ArcGIS / Esri REST uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the ArcGIS / Esri REST integration cost?
The ArcGIS / Esri REST integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does ArcGIS / Esri REST support?
ArcGIS / Esri REST supports 1 triggers including Changed Features.
Connect ArcGIS / Esri REST in minutes
Get 20,000 free action executions every month. No credit card required.