Skip to main content
Glama
652036

ArcGIS Pro MCP

by 652036

Raster Calculate Statistics

arcgis_pro_raster_calculate_statistics
Idempotent

Calculate raster statistics in place with control over skip factors, ignored values, area of interest, and local environment settings.

Instructions

在原位计算栅格统计,限制 skip factor、忽略值、AOI 和局部环境。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
environmentNo
ignore_valuesNo
skip_existingNoOVERWRITE
x_skip_factorNo
y_skip_factorNo
area_of_interestNo
in_raster_datasetYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.0

TDQS

B3.2/5.0
Behavior3/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, so the safety profile is covered structurally. The description's '在原位' wording usefully confirms that the source raster is modified rather than a new dataset produced, but it says nothing about which side files or statistics are written, required permissions, or overwrite behavior tied to skip_existing.

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 front-loaded sentence with no filler; the operative concept (in-place statistics) leads and the constraint list follows. It is efficient, though arguably too terse to stand alone given the schema's lack of descriptions.

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

Completeness3/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 explained. But with seven parameters at 0% schema coverage and a mutating tool, the description leaves key gaps: what in_raster_dataset must be, what skip_existing controls, and what the write actually affects. Enough to call the tool, not enough to call it confidently.

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

Parameters3/5

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

Schema description coverage is 0%, so the description carries the burden. It does name skip factor, ignore values, AOI, and the local environment, mapping to five of the seven parameters, but adds no format, unit, or default meaning beyond the parameter names themselves, and omits in_raster_dataset and skip_existing entirely.

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?

The description names a specific verb and resource ('在原位计算栅格统计') and adds an in-place scope qualifier that an agent can act on. It does not, however, distinguish itself from sibling statistics tools such as arcgis_pro_raster_cell_statistics or arcgis_pro_raster_focal_statistics, which share the same verb+noun shape.

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 guidance, no exclusions, and no mention of alternatives. The only contextual cue is '在原位' (in place), which hints at operating on the source dataset but does not tell the agent when to prefer this over other statistics tools.

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