Skip to main content
Glama
652036

ArcGIS Pro MCP

by 652036

Update Layout Text Element

arcgis_pro_update_layout_text_element
Idempotent

Update text in a specified ArcGIS Pro layout element by project, layout, and element name to keep map text accurate.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes
aprx_pathYes
layout_nameYes
element_nameYes
element_typeNo
allow_dynamic_text_overwriteNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.0

TDQS

D1.8/5.0
Behavior2/5

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

Annotations already declare readOnlyHint=false, idempotentHint=true, destructiveHint=false, and openWorldHint=false, so the safety profile is covered structurally. The description only adds generic filler ("returns verifiable structured results; write and path restrictions per service capabilities") that conveys no concrete behavior, such as what happens to dynamic text or whether the .aprx is written to disk.

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?

It is short, but almost none of the brevity is spent on useful content: the first clause is a tautology and the second half is generic service-capability boilerplate. Front-loading is absent because there is no substantive payload to front-load.

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 6-parameter write tool with an output schema, zero parameter documentation, and no behavioral detail, the description is far too thin. An agent would have to guess the .aprx path format, when element_type matters, and whether overwriting dynamic text is safe.

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% across 6 parameters, and the description supplies no parameter meaning at all. Critically, allow_dynamic_text_overwrite (default false) and element_type are left completely unexplained, so an agent cannot tell which fields are required semantics versus optional overrides.

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 "更新布局" (update layout), which restates a coarser version of the name and never mentions the text-element resource that distinguishes this tool from arcgis_pro_set_layout_element_position, arcgis_pro_layout_upsert_element, or arcgis_pro_layout_element_info. It is effectively a tautology plus boilerplate, and it misdirects by naming the layout rather than the text element.

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 indication of when to use this versus sibling layout-mutation tools, no prerequisites, and no mention of the alternative arcgis_pro_layout_upsert_element which appears to overlap heavily. Nothing is stated about the aprx being loaded or the element needing to exist.

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