Skip to main content
Glama
652036

ArcGIS Pro MCP

by 652036

List Field Groups

arcgis_pro_list_field_groups
Read-onlyIdempotent

Reads conditional field groups, field order, and restrictive status from an ArcGIS dataset without modifying the schema.

Instructions

读取条件值字段组、字段顺序和 restrictive 状态,不修改方案。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataset_pathYes

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
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, so the safe-read profile is covered. The description adds what data is returned (field groups, order, restrictive status) but omits operational details such as pagination, filtering, or authentication needs.

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?

It is a single concise sentence that front-loads the read operation and packs the key returned attributes without any wasted words.

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?

For a simple read-only tool with an output schema and annotations covering safety, the description states the core purpose. However, it leaves the required dataset_path unexplained and offers no usage context against sibling listing tools, so it is only minimally complete.

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

Parameters1/5

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

The single required parameter dataset_path has 0% schema description coverage, and the description never mentions it or explains acceptable formats. The description fails to compensate for the missing schema-level parameter documentation.

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 description gives a specific read verb and names the exact resources returned: contingent value field groups, field order, and restrictive status. It also distinguishes itself from mutation siblings by stating it does not modify the schema.

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?

It provides no explicit when-to-use guidance, prerequisites, or alternatives among the many sibling list tools. The only contextual cue is that it is read-only, which is already covered by annotations rather than offering routing guidance.

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