Skip to main content
Glama
652036

ArcGIS Pro MCP

by 652036

Gp Points To Line

arcgis_pro_gp_points_to_line
Idempotent

Converts point features into line features in ArcGIS Pro. Use line and sort fields to group and order points when building each line.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
line_fieldNo
sort_fieldNo
in_featuresYes
out_feature_classYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.0

TDQS

D1.7/5.0
Behavior2/5

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

Annotations already declare readOnlyHint=false, idempotentHint=true, destructiveHint=false, so the mutation/safety profile is covered structurally. The description only adds generic filler ('returns verifiable structured results; write and path restrictions depend on service capability') with no concrete behavior such as what happens to the output feature class or line_field/sort_field effects.

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 comes from empty boilerplate rather than information density; the front matter is a name restatement and the trailing clause is unactionable filler.

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

Completeness2/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 not be described, but for a 4-parameter geoprocessing tool with 0% schema description coverage the definition omits nearly everything an agent needs to invoke it correctly.

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% across 4 parameters (in_features, out_feature_class, line_field, sort_field), and the description provides no meaning for any of them. The agent gets nothing about what line_field or sort_field do or accepted path formats.

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 Chinese fragment 'pointsgp points to line' merely restates the tool name (points to line) without stating the operation, the input requirement, or how the result differs from siblings like arcgis_pro_gp_feature_to_line or arcgis_pro_gp_polygon_to_line. It is close to a tautology with no distinguishing detail.

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 about when to use this tool versus the many other GP conversion siblings (feature_to_line, polygon_to_line, xy_table_to_point). The closing clause about 'service capability' is vague boilerplate, not a usage condition.

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