Skip to main content
Glama
652036

ArcGIS Pro MCP

by 652036

Set Layout Element Visible

arcgis_pro_set_layout_element_visible
Idempotent

Show or hide a named element in an ArcGIS Pro layout by setting its visibility, so you can control what appears on an exported or printed map.

Instructions

ArcGIS Pro:设置布局。返回可验证的结构化结果;写入和路径限制以服务能力为准。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
visibleYes
aprx_pathYes
layout_nameYes
element_nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.0

TDQS

D1.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 and destructiveHint=false, and the description is consistent with them (no contradiction). The only added text is generic boilerplate about 'verifiable structured results' and 'write and path restrictions depend on service capabilities', which conveys no tool-specific behavior such as whether the change is persisted or requires a save_project call.

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 text is short but the second clause is generic filler ('write and path restrictions per service capability') that does not earn its place, while the essential information (visibility toggle, identifiers) is entirely absent. Brevity here is under-specification, not conciseness.

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 explained, but for a 4-required-parameter mutation tool with zero schema coverage the description leaves the agent without the meaning of any parameter, the visibility semantics, or the prerequisite that the .aprx and layout be loaded.

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?

All four parameters (aprx_path, layout_name, element_name, visible) have 0% schema description coverage, and the description supplies no meaning for any of them — not even the boolean visible flag or the expected path format. The description completely fails to compensate for the coverage gap.

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 only 'set layout' (设置布局), which restates a vague category rather than the actual action of toggling the visibility of a named layout element. An agent cannot distinguish this tool from siblings like set_layout_element_position, delete_layout_element, or layout_upsert_element without reading the tool name and schema.

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?

There is no when-to-use guidance, no prerequisites (e.g. project must be open, layout/element must exist), and no mention of alternatives such as set_layer_visible for map layers vs. layout elements. Nothing routes the agent to or away from this tool.

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