Skip to main content
Glama
652036

ArcGIS Pro MCP

by 652036

Dataset Maintenance Info

arcgis_pro_dataset_maintenance_info
Read-onlyIdempotent

Read index, editor tracking, GlobalID, and versioning status of controlled .sde datasets to assess maintenance needs.

Instructions

读取受控 .sde 数据集的索引、编辑者追踪、GlobalID 和版本化状态。

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.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint and non-destructive behavior, so the safety profile is covered. The description adds a genuine scoping constraint — that the tool operates on 受控 .sde (controlled enterprise geodatabase) datasets — which tells the agent a precondition not present in the annotations or schema.

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, front-loaded sentence with no filler, listing exactly the four pieces of status returned. Efficient, though slightly terse given the 0% parameter coverage.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/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 carry the safety profile. For a read-only info tool the remaining needs are met, with the only gap being parameter-format detail.

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?

The single dataset_path parameter has 0% schema description coverage, so the schema itself says nothing. The description only implies the parameter is a .sde dataset, without giving expected path syntax, workspace qualification, or examples, so it does not compensate for the coverage gap.

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?

The description states a specific verb (读取/read) and resource (a .sde dataset's index, editor-tracking, GlobalID and versioning status), which is far more informative than the vague title 'Dataset Maintenance Info'. It largely distinguishes itself from siblings like arcgis_pro_dataset_schema or arcgis_pro_list_versions, though it does not explicitly name what it is not.

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 guidance on when to use this tool versus alternatives such as arcgis_pro_dataset_schema, arcgis_pro_list_versions or arcgis_pro_table_properties. The sentence describes content only and leaves the selection decision entirely to inference.

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