Skip to main content
Glama

set_layout_element

Adjust position, size, visibility, text, or name of any ArcGIS Pro layout element to keep map layouts accurate and presentation-ready.

Instructions

Move, resize, rename, hide or change the text of any layout element.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xNoNew X position.
yNoNew Y position.
textNoNew text (text elements only).
widthNoNew width.
heightNoNew height.
visibleNoShow or hide the element.
new_nameNoRename the element.
layout_nameYesLayout name.
element_nameYesElement to change.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.1.1

TDQS

B3.1/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It lists operations but omits whether unset parameters leave values unchanged, whether changes are saved automatically, what permissions are required, or how errors are handled for this mutation tool.

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?

A single, front-loaded sentence that packs the core operations with no wasted words. It is appropriately sized for a tool whose parameter details live in the schema.

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 no explanation. However, for a nine-parameter mutation tool with no annotations, the description omits usage and side-effect context, leaving it only minimally adequate.

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 100%, so every parameter is already documented in the input schema. The description adds no meaning beyond what the schema provides, making the baseline 3 appropriate.

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 resource (layout element) and enumerates concrete operations (move, resize, rename, hide, change text). It is clear what the tool does, but it does not distinguish itself from siblings such as delete_layout_element or add_layout_text.

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 explicit when-to-use guidance, prerequisite information, or mention of alternative tools. The description only lists capabilities, leaving the agent to infer when this tool is appropriate.

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