Skip to main content
Glama
652036

ArcGIS Pro MCP

by 652036

Gp Xy Table To Point

arcgis_pro_gp_xy_table_to_point
Idempotent

Creates a point feature class from an XY table in ArcGIS Pro by mapping X and Y fields with an optional spatial reference WKID.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
x_fieldYes
y_fieldYes
in_tableYes
out_feature_classYes
spatial_reference_wkidNo

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 and idempotentHint=true, so the write nature is known externally. The phrase '写入和路径限制以服务能力为准' vaguely gestures at write/path constraints but gives no concrete behavior (permissions, overwrite semantics, failure modes).

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 short, but the brevity stems from under-specification rather than economy; the sentences are boilerplate about result verification and service capability that do not front-load the tool's actual function.

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 a 5-parameter write tool with zero schema coverage, the description omits the core operation, parameter semantics, and any overwrite/permission behavior. The presence of an output schema does not compensate for this gap.

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?

All five parameters (in_table, out_feature_class, x_field, y_field, spatial_reference_wkid) have 0% schema description coverage and the description adds nothing about their meaning, formats, or defaults.

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 only echoes the title's fragment ('xy表') and never states the actual transformation (converting a table of X/Y coordinate fields into a point feature class). An agent cannot distinguish the verb or resource from the name alone.

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 indication of when to use this tool versus siblings like arcgis_pro_gp_feature_to_point, gp_points_to_line, or gp_import_csv_to_table. No prerequisites, no alternatives, no exclusions.

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