Skip to main content
Glama
652036

ArcGIS Pro MCP

by 652036

Apply Symbology From Layer

arcgis_pro_apply_symbology_from_layer
Idempotent

Apply symbology from a source layer to a target layer in an ArcGIS Pro map, using project, map, and layer paths to standardize visual styling.

Instructions

ArcGIS Pro:应用图层。返回可验证的结构化结果;写入和路径限制以服务能力为准。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
map_nameYes
aprx_pathYes
layer_nameYes
symbology_layer_pathYes

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?

Annotations provide readOnlyHint=false, idempotentHint=true, destructiveHint=false, giving the safety profile. The description adds only a vague note about write and path limits being service-dependent, which is generic boilerplate and does not say what state is modified, what permissions are required, or how the symbology layer is sourced. It doesn't contradict annotations, but adds little beyond them.

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 very short but under-specified rather than concise. The two clauses are boilerplate and do not front-load any actionable information about what the tool does.

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?

For a 4-required-parameter mutation tool with 0% schema description coverage, the description is drastically incomplete. It omits required context about the operation, its inputs, and its effects, while an output schema exists but the description doesn't leverage or explain the tool's behavior.

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% — all four parameters (aprx_path, map_name, layer_name, symbology_layer_path) are completely undocumented in both schema and description. The description doesn't compensate at all, leaving the agent with no guidance on parameter meaning, format, or constraints.

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 says "ArcGIS Pro: apply layer" which restates the tool name/title without adding a specific action or resource. It doesn't mention symbology, aprx, map, or any of the four required parameters, so an agent cannot distinguish it from siblings like arcgis_pro_copy_layer or arcgis_pro_set_simple_renderer. This is essentially tautological.

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 when-to-use, when-not-to-use, prerequisites, or alternatives are stated. The tool has many rendering-related siblings (set_unique_value_renderer, set_simple_renderer, apply_gallery_symbol) and the description gives no guidance on choosing between them.

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