Skip to main content
Glama
652036

ArcGIS Pro MCP

by 652036

Layout Upsert Element

arcgis_pro_layout_upsert_element
Idempotent

Create or update ArcGIS Pro layout elements like text, pictures, map frames, legends, and scale bars. Specify element type, name, position, and properties to manage layouts programmatically.

Instructions

语义化创建或更新文本、图片、地图框、图例、比例尺、指北针、网格或表框元素。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xNo
yNo
nameYes
textNo
styleNo
widthNo
fieldsNo
heightNo
visibleNo
map_nameNo
rotationNo
aprx_pathYes
text_sizeNo
style_nameNo
table_nameNo
layout_nameYes
element_typeYes
picture_pathNo
mapframe_nameNo
style_categoryNo
font_style_nameNoRegular
font_family_nameNoArial

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.0

TDQS

C2.7/5.0
Behavior2/5

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

Annotations already declare this is a non-read-only (mutation) but idempotent and non-destructive operation, so the safety profile is covered. The description adds only the element-type scope; it says nothing about how an upsert resolves conflicts with an existing element of the same name, whether untouched properties are preserved, or which parameters are meaningful for which element type.

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

Conciseness4/5

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

A single front-loaded sentence with no filler; the verb and scope come first and the element enumeration follows. It is efficient, though it is arguably too terse given the tool's complexity.

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 22-parameter upsert spanning eight element types with 0% schema coverage the description is far too thin. An agent has no way to know which optional parameters matter for a given element_type or what 'semantic' creation implies.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0% across 22 parameters, so the description carries the full burden and largely fails it: x, y, style, width, height, visible, rotation, font fields, picture_path, table_name, map_name and more get no explanation. Its one real contribution is enumerating the valid element_type values (text, picture, map frame, legend, scale bar, north arrow, grid, table frame), which the schema leaves unconstrained.

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 verb pair (create or update) and the resource (layout elements), then enumerates the eight element types it handles, making the scope clear against siblings like arcgis_pro_update_layout_text_element (text only) or arcgis_pro_set_layout_element_position. It stops short of explicitly distinguishing itself from those narrower siblings, which is why it is not a 5.

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 and no named alternative. An agent cannot tell from the description whether to call this tool for modifying an existing text element or arcgis_pro_update_layout_text_element, nor when upsert is preferred over the more targeted position/visible setters.

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