Skip to main content
Glama
652036

ArcGIS Pro MCP

by 652036

Set Map Series Page

arcgis_pro_set_map_series_page
Idempotent

Set the active MapSeries page in an ArcGIS Pro layout by page number or page name, so you can work with a specific page.

Instructions

按页码或页名切换布局 MapSeries 当前页。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
aprx_pathYes
page_nameNo
layout_nameYes
page_numberNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.0

TDQS

B3.3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=false, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds that this changes the 'current page' and offers two selector modes, but says nothing about required preconditions (e.g., a map series must exist) or side effects on open views.

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?

A single front-loaded sentence with no wasted words; the core action and its two selector modes are stated immediately.

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?

An output schema exists, so return values need not be described, and annotations carry the safety profile. However, with 0% schema coverage the description should say more about aprx_path/layout_name and the map-series precondition, leaving a real gap for a state-mutating tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0% and there are 4 parameters. The description only alludes to page_number and page_name (the two selector modes); it says nothing about aprx_path or layout_name, and does not clarify that page_number and page_name are mutually exclusive. Compensation for the coverage gap is weak.

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 names a specific verb (切换/switch) and resource (MapSeries 当前页), plus the two selection modes (页码/页名). It is clear what the tool does, but it does not differentiate itself from map-series siblings such as arcgis_pro_map_series_info or arcgis_pro_refresh_map_series.

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 only implied: the mention of page number or page name suggests the tool is used to navigate to a specific page. There is no explicit when-to-use/when-not or reference to alternatives like arcgis_pro_refresh_map_series.

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