Skip to main content
Glama
652036

ArcGIS Pro MCP

by 652036

Gp List Registered

arcgis_pro_gp_list_registered
Read-onlyIdempotent

Lists all registered geoprocessing tools in ArcGIS Pro, returning structured data to confirm which analysis operations are available.

Instructions

ArcGIS Pro:列出gp list registered。返回可验证的结构化结果;写入和路径限制以服务能力为准。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.0

TDQS

D1.9/5.0
Behavior2/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 covered by structured data. The description only adds generic boilerplate ("返回可验证的结构化结果;写入和路径限制以服务能力为准") that is not specific to this tool and discloses no real behavior.

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

Conciseness2/5

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

It is short, but the second sentence is generic boilerplate that does not earn its place, and the first sentence is a restated name rather than front-loaded useful information. Brevity here reflects under-specification, not effective conciseness.

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 explained, and annotations cover the safety profile. However, the description still never explains what "gp list registered" actually enumerates, leaving the agent unable to understand the tool's role among the gp_list_* siblings.

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

Parameters4/5

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

The tool has zero parameters, so per the rubric the baseline is 4. There are no parameter semantics for the description to clarify or compensate for.

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

Purpose1/5

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

The description is a near-tautology of the name/title: "ArcGIS Pro:列出gp list registered" just restates "Gp List Registered" without saying what a "registered" item is or what resource is being listed. It does not distinguish this tool from siblings like arcgis_pro_gp_list_toolboxes or arcgis_pro_gp_list_tools_in_toolbox.

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

Usage Guidelines1/5

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

No when-to-use guidance, no alternatives, no prerequisites, and no exclusions are provided. The agent gets no basis for choosing this tool over the many other gp_list_* siblings.

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