Skip to main content
Glama
652036

ArcGIS Pro MCP

by 652036

Create Layout From Template

arcgis_pro_create_layout_from_template

Import a layout from a .pagx template into an ArcGIS Pro project and verify the unique new layout.

Instructions

从受控输入根内的 .pagx 模板导入一个布局,并唯一核验新布局。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
aprx_pathYes
layout_nameNo
template_pathYes
reuse_existing_mapsNo

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 declare readOnlyHint=false, destructiveHint=false, and idempotentHint=false, so the agent knows it is a non-destructive write operation that is not idempotent, but the description adds little beyond noting the source is a 'controlled input root'. It does not explain what happens if the layout already exists, whether it can overwrite, or what the verification step entails.

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 extremely brief (one sentence) and front-loads the action, but the second clause about 'uniquely verifying' the new layout is confusing and does not earn its place. It is concise to the point of being under-specified.

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?

Given four parameters with no schema descriptions, an output schema that is present but unspecified, and siblings that create or manipulate layouts, the description is not complete enough. It should clarify the role of each parameter, the verification step, and how it differs from arcgis_pro_create_layout.

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% and the description provides no information about the four parameters: aprx_path, layout_name, template_path, and reuse_existing_maps. The agent is left to infer the meaning and format of all inputs from titles alone, especially the non-obvious reuse_existing_maps boolean.

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 roughly states the action (import a layout from a .pagx template) but the phrase '并唯一核验新布局' (uniquely verify the new layout) is vague and unclear, leaving the agent unsure whether verification is part of the tool's behavior. It does not clearly differentiate from the sibling arcgis_pro_create_layout, which presumably creates a layout without a template.

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

Usage Guidelines1/5

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

No guidance is given about when to use this tool versus arcgis_pro_create_layout or any other layout-creation tool. There is no mention of prerequisites, alternatives, or when this tool should not be used.

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