Skip to main content
Glama
652036

ArcGIS Pro MCP

by 652036

Generalized Linear Regression

arcgis_pro_generalized_linear_regression
Idempotent

Run generalized linear regression on ArcGIS features using a specified model type and explanatory variables to predict a dependent variable and write output features.

Instructions

用固定 model type 和显式解释变量运行广义线性回归。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
model_typeYes
environmentNo
in_featuresYes
output_featuresYes
dependent_variableYes
explanatory_variablesYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.0

TDQS

C2.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. The description adds essentially nothing beyond that: it does not say that output_features is written/overwritten, does not describe typical runtime or licensing, and does not explain the fixed model-type constraint's consequence.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single tight sentence with no filler and the main verb front-loaded. No padding or redundancy, though brevity here tips into under-specification for a six-parameter analysis tool.

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 that is the only gap the schema fills. With 0% parameter documentation, five required inputs, and no usage context, the description is far too thin to let an agent invoke this correctly without opening external ArcGIS documentation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0% across 6 parameters, so the description carries the full burden — yet it only alludes to two of them (model_type and explanatory_variables) in passing. in_features, output_features, dependent_variable, and environment receive no explanation anywhere.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb and resource ('run generalized linear regression') and adds a scope qualifier ('fixed model type and explicit explanatory variables'), which distinguishes it from regression siblings like OLS/GWR/Forest. It does not clearly separate itself from those siblings by name, but the verb+resource is unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no when-to-use or when-not-to-use guidance. The agent must infer from the tool name alone whether this is preferable to arcgis_pro_gp_ordinary_least_squares or arcgis_pro_gp_gwr, and no prerequisites or alternatives are named.

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