Skip to main content
Glama
652036

ArcGIS Pro MCP

by 652036

Workspace List Domains

arcgis_pro_workspace_list_domains
Read-onlyIdempotent

Lists attribute domains in an ArcGIS Pro workspace, returning structured results for validating data integrity and field constraints.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
max_itemsNo
workspace_pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.0

TDQS

C2/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 fully covered. The description adds only the boilerplate 'returns verifiable structured results; write and path restrictions follow service capabilities,' which restates generic policy rather than disclosing anything specific about this operation.

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

Conciseness3/5

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

It is short and front-loaded with the tool name and verb, which is fine, but half of it is interchangeable boilerplate that does not earn its place for this specific tool.

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, but the description still fails to say what is actually listed (domains), what the workspace_path should point to, or how max_items affects results. For a two-parameter listing tool the minimum needed context is missing.

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?

Schema description coverage is 0%, with two undocumented parameters (workspace_path required, max_items optional), and the description supplies no parameter meaning at all — not the expected path format, not pagination/limit behavior. It fails to compensate for the total absence of schema documentation.

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

Purpose2/5

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

The name is arcgis_pro_workspace_list_domains, but the description only says '列出工作空间' (list workspace) and never mentions domains — the actual resource being listed. This is vague to the point of being misleading about what the tool returns, and it does not distinguish itself from siblings like arcgis_pro_list_domains.

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 when-to-use guidance, no prerequisites, and no mention of alternatives such as arcgis_pro_list_domains or arcgis_pro_workspace_list_feature_classes. The phrase '写入和路径限制以服务能力为准' is a generic caveat, not invocation 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