Skip to main content
Glama
652036

ArcGIS Pro MCP

by 652036

Gp Append

arcgis_pro_gp_append

Append input datasets to a target feature class or table with schema type control, consolidating GIS data for ArcGIS Pro workflows and returning structured results.

Instructions

ArcGIS Pro:appendgp append。返回可验证的结构化结果;写入和路径限制以服务能力为准。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputsYes
targetYes
schema_typeNoTEST

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.0

TDQS

D1.6/5.0
Behavior2/5

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

Annotations already declare readOnlyHint=false, destructiveHint=false, idempotentHint=false, and openWorldHint=false, so the write/mutability profile is covered structurally. The description's only behavioral content is the vague clause that write and path restrictions 'depend on service capabilities', which gestures at external constraints but names none of them (permissions, schema compatibility, rollback, partial-write behavior).

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

Conciseness2/5

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

It is brief, but the brevity comes from boilerplate rather than density: '返回可验证的结构化结果' is generic filler applicable to any tool, and the description is not front-loaded with the operation's actual mechanics.

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

Completeness1/5

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

For an operationally risky append tool with two required parameters and an undocumented schema_type switch, the description omits input/target expectations, schema-matching rules, and the meaning of the TEST default. An output schema exists, so return values need not be explained, but the invocation guidance is absent.

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

Parameters1/5

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

Schema description coverage is 0% for all three parameters, so the description bears the full burden and adds nothing: it never mentions 'inputs' (array of sources), 'target' (destination dataset), or 'schema_type' (defaulting to TEST, an enum-like choice that critically affects behavior). This is the key gap for a tool whose semantics live entirely in its parameters.

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

Purpose2/5

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

The description restates the tool name ('appendgp append') in mixed Chinese/English without explaining what is being appended to what, or what an 'append' means in the ArcGIS geoprocessing context (adding source features into an existing target dataset). It provides only a tautological restatement rather than a specific verb+resource+scope.

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

Usage Guidelines1/5

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

There is no guidance on when to use this tool versus alternatives such as arcgis_pro_gp_merge, arcgis_pro_gp_copy_features, or arcgis_pro_da_insert_features, nor any stated prerequisite (matching schemas, target must exist). An agent has nothing to route on.

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