Skip to main content
Glama

add_layout_text

Add a text element, such as a title or credits, to an ArcGIS Pro layout. Specify layout name, text, position, font, and color to customize your map.

Instructions

Add a text element such as a title or credits to a layout.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xNoX position in page units.
yNoY position in page units.
boldNoBold text.
fontNoFont family.Tahoma
nameNoElement name.
textYesText to display.
colorNoText colour as [r, g, b].
italicNoItalic text.
font_sizeNoFont size in points.
layout_nameYesLayout name.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.1.1

TDQS

B3.2/5.0
Behavior2/5

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

No annotations are provided, so the description must carry the full behavioral burden. It only says it adds a text element; it does not disclose whether the layout must exist, if it requires an active project, whether the operation is reversible, or what happens on success/failure. Significant gaps for a 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.

Conciseness4/5

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

The description is a single efficient sentence with no wasted words. It is front-loaded with the action and resource. Could be slightly shorter, but it is appropriately sized.

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?

With 10 parameters, no annotations, and an output schema, the description is minimally adequate. It omits behavioral context like prerequisites and side effects, but the output schema may cover return values. For a mutation tool with no annotations, more context would be beneficial.

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 all 10 parameters are already well-documented in the schema. The description adds no parameter details beyond what the schema provides, so baseline 3 is 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 clearly states a specific verb ('Add') and resource ('text element such as a title or credits') to a layout, distinguishing it from siblings like add_layout_legend or add_layout_picture. It doesn't explicitly name alternatives, but the purpose is unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Usage is implied by the verb and the required parameters (layout_name, text), but there is no explicit guidance on when to use this tool versus other layout element tools. No exclusions or prerequisites are mentioned.

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