Skip to main content
Glama
lutfiArahaman

ArcGIS Pro MCP Bridge

export_layout

Convert ArcGIS Pro layouts to PDF, PNG, JPG, BMP, TIF, SVG, or EPS files. Specify layout name, output path, format, and DPI to generate the file.

Instructions

Export a layout to a file (PDF, PNG, JPG, BMP, TIF, SVG, or EPS).

Args: name: Exact layout name as shown in the Catalog pane output: Full output file path including extension (e.g. C:/output/map.pdf) format: Export format — PDF, PNG, JPG, BMP, TIF, SVG, EPS (default: PDF) dpi: Resolution in dots per inch for raster formats (default: 150)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dpiNo
nameYes
formatNoPDF
outputYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.3/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It does disclose supported formats, default format, and dpi meaning for raster formats. However, it does not mention whether existing files are overwritten, whether the layout must exist, or how errors are handled.

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?

The description is compact and well-structured: a one-line purpose statement followed by a terse parameter list. Every sentence provides necessary information without fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers all parameters, defaults, formats, and even provides an example output path. Minor gaps like overwrite behavior and error handling exist, but for a straightforward export tool this is largely complete.

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

Parameters5/5

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

Schema description coverage is 0%, but the Args block in the description fully documents every parameter: exact layout name, full output path with extension, allowed formats with default, and dpi meaning with default. This adds substantial meaning beyond the bare schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The first sentence, 'Export a layout to a file', uses a specific verb and resource, and enumerates supported formats. This clearly distinguishes it from sibling tools like create_layout or list_layouts.

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

Usage Guidelines4/5

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

The description clearly indicates the tool is for exporting an existing layout to a file, which provides clear context. It does not explicitly mention when not to use it or name alternatives, but the purpose is unambiguous enough for an agent to select it appropriately.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lutfiArahaman/MCP_ALAMI1'

If you have feedback or need assistance with the MCP directory API, please join our Discord server