Skip to main content
Glama
652036

ArcGIS Pro MCP

by 652036

Validate Analysis Environment

arcgis_pro_validate_analysis_environment
Read-onlyIdempotent

Validate supported ArcPy environment mappings and input paths before analysis to catch configuration errors without changing global environments.

Instructions

校验受支持的 ArcPy 环境映射及其中的输入路径,不改变全局环境。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
environmentNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.0

TDQS

B3.3/5.0
Behavior3/5

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

Annotations already declare readOnly, idempotent and non-destructive, so safety is covered. The description adds that validation does not alter the global environment, reinforcing the dry-run nature, but says nothing about failure reporting, what an invalid path produces, or scope limits beyond the annotation set.

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

Conciseness5/5

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

One front-loaded sentence with the verb, the object of validation, and the non-mutation guarantee; no filler or repetition.

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, and the core purpose plus non-mutation are stated. However, with an undocumented opaque parameter and no routing guidance among the many environment-related siblings, an agent still lacks enough to pick and populate this tool 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?

The single 'environment' parameter is an opaque object with 0% schema description coverage, so the description must carry the load. It partially compensates by indicating the parameter is a mapping of supported ArcPy environment settings plus input paths, but gives no key names, accepted values, or format.

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 (validate) and resource (supported ArcPy environment mappings and the input paths inside them), so the agent knows this is a dry-run check rather than a read or a mutation. It does not explicitly distinguish itself from the nearby arcgis_pro_environment_info sibling, which also concerns environment state.

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 statement of when to call this versus arcgis_pro_environment_info or the edit preflight tools, and no prerequisites or exclusions. The agent must infer that this is a preflight check from the verb alone.

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