Skip to main content
Glama
Jasper0122

CLI-Anything · ArcGIS Pro

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
arcgis_pingA

读取当前打开的 ArcGIS Pro 工程状态:工程名、所有地图、所有布局、以及当前活动的地图/布局。发其它命令前先用它了解打开的是什么工程。

arcgis_export_layoutA

把活着的 ArcGIS Pro 工程里的某个布局导出为 PDF。导出在用户正开着的 Pro 实例内执行(用户能看到),返回输出路径与文件大小。

arcgis_zoom_toA

把活动地图视图缩放到某个要素图层(用户能在窗口里看到地图动)。可选 where 条件:会先选中匹配要素再缩放到选集。需要 Pro 当前处于地图视图(非布局)。

arcgis_queryA

查询活工程里某要素图层的属性,返回结构化的行(不含几何)。可按 where 过滤、限制行数。

arcgis_run_gpA

在活工程上运行任意 ArcGIS 地理处理工具(整个 ArcToolbox:分析/管理/转换/栅格…)。输出图层会自动加到当前地图(用户能看到)。tool 用点号写法如 'analysis.Buffer'、'management.Clip';params 是按工具签名顺序排列的位置参数字符串数组。例:tool='analysis.Buffer',params=['roads','roads_buf','100 Meters']。

arcgis_symbologyA

给活工程里某要素图层套用渲染器,让地图会说话——用户能在 Pro 窗口里立刻看到变色。renderer='graduated' 用数值字段做分级配色(专题图主力);'unique' 用分类字段每个值一种颜色。例:layer='tracts', renderer='graduated', field='MEDINCOME', classes=5, ramp='Viridis'。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/Jasper0122/CLI-Anything-Arcgis-Pro'

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