Skip to main content
Glama
652036

ArcGIS Pro MCP

by 652036

Export Map Series Pdf

arcgis_pro_export_map_series_pdf
Idempotent

Export MapSeries pages to PDF with control over page range, resolution, and output as single or multiple files.

Instructions

将 MapSeries 的全部、当前、范围或选择页导出为受控 PDF。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
aprx_pathYes
layout_nameYes
output_pathYes
multiple_filesNoPDF_SINGLE_FILE
resolution_dpiNo
page_range_typeNoALL
page_range_stringNo

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=false, destructiveHint=false and idempotentHint=true, so safety semantics are covered by structured data. The description adds only '受控 PDF' (controlled PDF) and the page-scope dimension; it says nothing about overwrite behavior, permission requirements, or what the export produces beyond format.

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

Conciseness4/5

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

A single front-loaded sentence with no filler; the action and output format come first. It is arguably too terse for a 7-parameter mutation tool, but there is no wasted text.

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 described, but for a write tool (readOnlyHint=false) with 7 undocumented parameters and no behavioral or prerequisite context, the description is not sufficient for an agent to invoke it confidently.

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% across 7 parameters, so the description must carry the load. It hints at page_range_type via the 'all/current/range/selected' phrasing but leaves aprx_path, layout_name, output_path, multiple_files, resolution_dpi and page_range_string entirely unexplained.

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 (export) and resource (MapSeries pages) plus the output format (PDF), and enumerates the four page-selection scopes. It is clearly distinguishable from export_layout_pdf and export_map_to_image, though it never names those siblings explicitly.

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?

The 'all/current/range/selected' enumeration implies the supported usage modes, but there is no statement of when to choose this tool over arcgis_pro_export_layout_pdf or arcgis_pro_map_series_info, nor any prerequisite about an active layout/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