Skip to main content
Glama
652036

ArcGIS Pro MCP

by 652036

Gp Generate Near Table

arcgis_pro_gp_generate_near_table
Idempotent

Generates a near table measuring distances between input and near features for proximity analysis in ArcGIS Pro.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
out_tableYes
in_featuresYes
near_featuresYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.0

TDQS

D1.9/5.0
Behavior3/5

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

The annotations already declare readOnlyHint=false, idempotentHint=true, and destructiveHint=false, so the write/safety profile is mostly covered. The description adds a generic caveat that write and path restrictions depend on service capabilities and that verifiable structured results are returned, but it does not specify overwrite behavior, permission needs, or exact path constraints.

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?

The description is short, but it is under-specified rather than concise. The two clauses provide almost no actionable detail beyond what the title already communicates.

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?

Although an output schema and annotations exist, the description is far too sparse for a geoprocessing tool that creates an output table from two feature inputs. It does not explain the operation, the required inputs, or any behavioral constraints beyond a generic service-capability caveat.

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 three required parameters (in_features, near_features, out_table) have 0% schema description coverage, and the description never mentions them or explains their formats or roles. The description does nothing to compensate for the missing schema semantics.

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 phrase 'ArcGIS Pro:generate表' essentially restates the tool name and does not explain what a near table is or what the tool computes. It fails to distinguish this from sibling tool arcgis_pro_gp_near or any other table-generation tool.

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?

No when-to-use guidance is provided, no alternatives are named, and no prerequisites or exclusions are stated. The sentence about service capabilities is a caveat, not usage guidance.

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