Skip to main content
Glama
652036

ArcGIS Pro MCP

by 652036

Gp Ordinary Least Squares

arcgis_pro_gp_ordinary_least_squares
Idempotent

Run ordinary least squares regression on spatial features to model dependent variables against explanatory factors and produce diagnostic tables.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
in_featuresYes
unique_id_fieldYes
out_feature_classYes
dependent_variableYes
explanatory_variablesYes
diagnostic_output_tableNo
coefficient_output_tableNo

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?

The annotations indicate this is not read-only (it writes an output feature class), is not idempotent (though idempotentHint is true, which may be inaccurate for a tool that writes outputs), and is not destructive. The description's phrase '返回可验证的结构化结果;写入和路径限制以服务能力为准' provides little behavioral insight beyond stating that results are verifiable and write/path restrictions depend on service capabilities—this is vague and arguably contradicts the idempotentHint by implying variability. No details on what artifacts are created (output feature class, diagnostics tables), error handling, or performance implications.

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 extremely short (two sentences) but fails to be informative. It is not front-loaded with actionable information; instead, it is under-specified and repetitive of the tool name. Conciseness is not the issue—lack of substance is.

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?

Given this is a complex geoprocessing tool with 7 parameters (5 required), no schema descriptions, and no output schema details, the description is entirely inadequate. It doesn't explain the required inputs, the output artifacts (feature class and optional tables), or any environmental considerations. An agent cannot reliably invoke this tool based on the provided description alone.

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?

With schema description coverage at 0%, the description must compensate by explaining all 7 parameters, especially the required ones (in_features, unique_id_field, out_feature_class, dependent_variable, explanatory_variables). The description adds zero parameter information; it doesn't even mention that this tool requires spatial features and a unique ID. An agent would need to guess the meaning of parameters like 'unique_id_field' or how 'explanatory_variables' should be formatted.

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 essentially restates the tool name ('ordinarygp ordinary least squares') without explaining what the tool does. It doesn't specify that this performs OLS regression analysis on spatial features, nor does it distinguish it from sibling tools like GWR or Generalized Linear Regression. A user unfamiliar with ArcGIS Pro tooling would not understand the purpose from this text.

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 guidance is provided on when to use this tool versus alternatives like arcgis_pro_gp_gwr or arcgis_pro_gp_generalized_linear_regression. There are no prerequisites, no context on required data characteristics (e.g., continuous dependent variable), and no exclusion criteria. An agent would have no basis for choosing this tool over siblings.

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