Skip to main content
Glama
652036

ArcGIS Pro MCP

by 652036

Edit Workspace Preflight

arcgis_pro_edit_workspace_preflight
Read-onlyIdempotent

Preflight updates, inserts, deletes, or geometry modifications across multiple datasets in a workspace and issue a single transaction token before applying edits.

Instructions

预检同一工作空间中多个数据集的更新、插入、删除或几何修改并签发单一事务令牌。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
operationsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.0

TDQS

B3.2/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, idempotentHint=true and destructiveHint=false, so the safety profile is covered. The description adds genuine behavioral value by disclosing that it batches validation over multiple datasets and returns one transaction token (consistent with the read-only annotation). It does not explain token lifetime, validation failure behavior, or how the token is consumed downstream.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single dense sentence with the scope constraint and the output (transaction token) front-loaded; no filler. It is appropriately sized, though the absence of a routing sentence is a content gap rather than verbosity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

An output schema exists, so return values need no explanation, and annotations cover the safety profile. What is missing is the workflow linkage: this preflight's relationship to arcgis_pro_edit_workspace_apply and the other edit preflights, which matters for a complex multi-dataset mutation pipeline.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With one required parameter and 0% schema description coverage (a free-form array of objects with additionalProperties=true), the schema explains nothing. The description partially compensates by naming the operation kinds (update, insert, delete, geometry modification), but it never specifies the object shape, dataset reference format, or required fields inside each operation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb (preflight) plus the resource and scope (multiple datasets in the same workspace) and the outcome (issues a single transaction token). It implicitly contrasts with the single-dataset/geometry preflights via the 'workspace + multiple datasets' qualifier, but never names a sibling, so an agent must infer the differentiation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no explicit when-to-use statement and no named alternative, despite close siblings like arcgis_pro_edit_preflight, arcgis_pro_edit_geometry_preflight and arcgis_pro_edit_workspace_apply. The only guidance is implicit in the scope wording, leaving the agent to guess whether this precedes edit_workspace_apply or replaces edit_preflight.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools