Skip to main content
Glama
652036

ArcGIS Pro MCP

by 652036

Create Layout

arcgis_pro_create_layout

Create a named page layout in an ArcGIS Pro project, optionally adding a map frame and page settings, and return a structured result for verification.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
map_nameNo
aprx_pathYes
page_unitsNoINCH
page_widthNo
layout_nameYes
page_heightNo
mapframe_nameNoMap Frame
create_map_frameNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.0

TDQS

C2.4/5.0
Behavior2/5

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

Annotations already declare readOnlyHint=false and idempotentHint=false, so the write/non-idempotent nature is known. The description's added sentence ('write and path restrictions are subject to service capabilities') is vague boilerplate — it doesn't say whether an existing layout is overwritten, what permissions or paths are required, or what side effects occur.

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

Conciseness3/5

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

The description is short and front-loads the action, which is good. However, the second sentence ('returns verifiable structured results; write and path restrictions subject to service capabilities') is generic filler that adds little value.

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 this is a write tool with 8 undocumented parameters and no annotations-derived details restated. The agent lacks sizing/units/page-frame semantics, which are central to creating a layout correctly.

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 8 parameters (aprx_path, layout_name, page_units, page_width/height, map_name, mapframe_name, create_map_frame), and the description mentions none of them. With no enum or format hints and no compensation in text, an agent gets no semantic guidance beyond field names.

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 states a clear verb+resource ('Create Layout' / 创建布局), so an agent knows the general operation. It does not differentiate from close siblings such as arcgis_pro_create_layout_from_template or arcgis_pro_create_map, which is the main gap.

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 statement of when to use this tool versus create_layout_from_template, create_map, or layout_upsert_element. No prerequisites or exclusions are given; the agent must infer usage from the 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