Skip to main content
Glama
652036

ArcGIS Pro MCP

by 652036

Portal Status

arcgis_pro_portal_status
Read-onlyIdempotent

Reads the active ArcGIS Pro portal, login status, and whitelist match results from an APRX without exposing usernames, passwords, or tokens.

Instructions

读取活动 Portal、登录状态和白名单匹配结果;不返回用户名、密码或 token。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
aprx_pathNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.0

TDQS

B3.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint/idempotentHint/destructiveHint=false, so the safety profile is covered. The description adds a genuinely useful behavioral disclosure beyond the annotations: it will not return usernames, passwords, or tokens, which tells the agent what sensitive data is intentionally withheld.

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 compact sentence that front-loads what is read and appends the privacy caveat. No wasted words, though it is terse enough to leave the parameter entirely unaddressed.

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 annotations cover the safety profile. However, for a tool taking an aprx_path argument, the complete absence of any parameter guidance leaves a real gap in an otherwise adequate definition.

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?

There is one parameter (aprx_path) with 0% schema description coverage, so the schema does not explain it and the description never mentions it either. The description therefore fails to compensate for the coverage gap, and the agent cannot tell whether the path is required or what an empty default means.

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 concrete resources: active Portal, login status, and whitelist match result. This distinguishes it reasonably from generic siblings like arcgis_pro_environment_info, though it does not explicitly name the neighboring status tools it differs from.

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 statement of when to use this versus alternatives such as arcgis_pro_environment_info, arcgis_pro_sdk_bridge_status, or arcgis_pro_project_connections. Usage is only implied by the tool name and the resources it reads.

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