Skip to main content
Glama
652036

ArcGIS Pro MCP

by 652036

Map Series Info

arcgis_pro_map_series_info
Read-onlyIdempotent

Retrieve map series details for an ArcGIS Pro layout, including type, page count, current page, index layer, and selected pages.

Instructions

读取布局 MapSeries 类型、页数、当前页、索引图层和选择页。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
aprx_pathYes
layout_nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.0

TDQS

B3.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false and openWorldHint=false, so the safety profile is fully covered elsewhere. The description adds the set of properties read, which is mildly useful, but says nothing about prerequisites (e.g., must the layout actually be a MapSeries layout?) or failure behavior for a non-series layout.

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 compact sentence that front-loads the read action and lists the returned fields with zero filler. Nothing could be removed without losing information.

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 explained and the description does not duplicate them. However, with 0% parameter coverage and no usage context, the definition leaves the two required inputs and the call's place in a map-series workflow undocumented.

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 both required parameters (aprx_path, layout_name) have no descriptions in the schema. The description never mentions them or their expected format, so neither the schema nor the description tells the agent what to supply.

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?

States a specific verb (读取/read) and resource (布局 MapSeries), and enumerates exactly what is retrieved: type, page count, current page, index layer, selected page. This implicitly separates it from mutation siblings like set_map_series_page or export_map_series_pdf, though it never names them.

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 when-to-use, when-not-to-use, or alternative guidance. The agent must infer that this is a preliminary inspection call before set_map_series_page or export_map_series_pdf; nothing in the text states that relationship.

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