Skip to main content
Glama

add_layout_north_arrow

Add a north arrow to an ArcGIS Pro layout, tied to a map frame, with optional position, size, style, and element name.

Instructions

Add a north arrow tied to a layout's map frame.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xNoX position in page units.
yNoY position in page units.
nameNoElement name.
widthNoWidth in page units.
heightNoHeight in page units.
style_itemNoNorth arrow style item name.
layout_nameYesLayout name.
map_frame_nameNoMap frame to orient to.Map Frame

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?

No annotations are provided, so the description carries the full behavioral disclosure burden. It implies a mutation and a dependency on a layout's map frame, but does not mention persistence, required permissions, effect on existing layout elements, or error conditions when the layout or map frame is missing.

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?

The description is a single front-loaded sentence with no redundant or filler text. Every word contributes to identifying the action and the target element.

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?

The schema is fully described and an output schema exists, so return-value explanation is unnecessary. However, for a mutation tool with no annotations, the description lacks usage context and behavioral detail that would make it complete beyond the minimum viable level.

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 the schema already documents each parameter's meaning and units. The description adds no parameter-level detail beyond what is structured, and the baseline of 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 gives a specific verb and resource: 'Add a north arrow' tied to a layout's map frame. This clearly identifies the tool versus siblings that add legends, scale bars, or pictures. It stops short of explicitly naming alternatives or routing conditions, so sibling differentiation is implicit rather than explicit.

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?

The description states what the tool does but gives no guidance on when to use it, when not to use it, or which sibling tools to prefer. An agent must infer usage from the resource name alone.

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