Skip to main content
Glama
652036

ArcGIS Pro MCP

by 652036

Gp Gwr

arcgis_pro_gp_gwr
Idempotent

Run geographically weighted regression to model spatially varying relationships between a dependent variable and explanatory variables, producing output features for local spatial analysis.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
model_typeNoCONTINUOUS
in_featuresYes
out_featuresYes
distance_bandNo
neighborhood_typeNoNUMBER_OF_NEIGHBORS
dependent_variableYes
number_of_neighborsNo
explanatory_variablesYes
neighborhood_selection_methodNoGOLDEN_SEARCH

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, idempotentHint=true, destructiveHint=false and openWorldHint=false. The description's only behavioral content is generic boilerplate ('returns verifiable structured results; write and path restrictions depend on service capabilities'), which adds nothing specific about outputs created, permissions, or long-running 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?

Very short, but brevity here reflects under-specification rather than economy — the two clauses are content-free filler that could be dropped from any tool in the server.

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 9-parameter geoprocessing tool with 0% schema coverage and no annotations that describe the actual work, the description is grossly incomplete. The presence of an output schema excuses explaining return values, but nothing else about invocation is covered.

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 9 parameters (in_features, dependent_variable, explanatory_variables, out_features, neighborhood_type, distance_band, number_of_neighbors, model_type, neighborhood_selection_method), and the description supplies no parameter meaning at all. The burden was entirely on the description and it is absent.

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 is essentially a restatement of the tool name ('gwrgp gwr') and never expands the acronym or states what the operation does — nothing tells an agent this is Geographically Weighted Regression spatial analysis rather than generic geoprocessing. It does not distinguish the tool from numerous other arcgis_pro_gp_* siblings.

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 indication of when to use this tool, what inputs it expects, or how it differs from related analysis siblings such as arcgis_pro_gp_ordinary_least_squares or arcgis_pro_generate_spatial_weights_matrix. Zero routing 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