Skip to main content
Glama
652036

ArcGIS Pro MCP

by 652036

Gp Get Cell Value

arcgis_pro_gp_get_cell_value
Read-onlyIdempotent

Retrieves the pixel value at a specified XY location from a raster band. Use it to query raster cell values for spatial analysis.

Instructions

ArcGIS Pro:读取gp get cell value。返回可验证的结构化结果;写入和路径限制以服务能力为准。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
band_indexNo
location_xyYes
raster_pathYes

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
Behavior2/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true and destructiveHint=false, so the safety profile is covered. The description adds only a generic 'returns verifiable structured results' claim plus an opaque note that write/path limits depend on service capabilities; it does not explain out-of-bounds behavior, nodata handling, or coordinate system expectations for the location.

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?

It is short, but shortness here reflects under-specification rather than economy. The second clause is boilerplate that consumes space without adding actionable information.

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?

With three undocumented parameters, an output schema but a completely empty description of inputs, and no explanation of the sampling semantics, the definition is not sufficient for an agent to call the tool reliably even though the annotations cover safety.

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% for all three parameters, and the description supplies no meaning for raster_path, location_xy, or band_index. Nothing indicates the coordinate format, whether band_index defaults to the first band, or what happens when it is null.

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 ('读取gp get cell value' = 'read gp get cell value'), with no verb+resource detail beyond what the title already conveys. It does not specify that it samples a raster cell value at a coordinate, nor distinguish it from siblings like arcgis_pro_raster_info or arcgis_pro_gp_get_raster_property.

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 mention of prerequisites (e.g. a valid raster path in a known workspace), and no routing to alternatives. The trailing clause about service capabilities is too vague to guide invocation decisions.

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