Skip to main content
Glama
652036

ArcGIS Pro MCP

by 652036

Gp Create Feature Dataset

arcgis_pro_gp_create_feature_dataset

Creates a feature dataset in a geodatabase at a specified path and name, using a spatial reference WKID to organize related feature classes.

Instructions

ArcGIS Pro:创建数据集。返回可验证的结构化结果;写入和路径限制以服务能力为准。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
out_nameYes
out_dataset_pathYes
spatial_reference_wkidYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.0

TDQS

C2.2/5.0
Behavior2/5

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

Annotations provide safe-to-call status (readOnlyHint false, destructiveHint false), but the description does not disclose key behavioral facts: that this creates an empty container (not data), that out_dataset_path must reference an existing geodatabase, or that spatial_reference_wkid defines the coordinate system for all contained feature classes. It merely repeats 'return verifiable structured results' and 'write/path restrictions follow service capabilities', which is too generic.

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?

The description is two short sentences with no wasted words, but its extreme brevity leaves critical gaps. It is concise to a fault, lacking the specificity needed for correct invocation.

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?

With three required parameters at 0% schema coverage, no output schema explanation, and a complex operation (creating a feature dataset container), the description is too sparse. It should at least clarify the container nature of the output and the geodatabase prerequisite.

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% and the description adds no explanation for any of the three required parameters. The agent is left to guess the format of out_dataset_path, whether out_name is a simple name or qualified path, and what values spatial_reference_wkid accepts.

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

Purpose3/5

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

The description 'ArcGIS Pro:创建数据集。' states a verb (create) and a resource (dataset), but 'dataset' is vague and the tool specifically creates a feature dataset (a container within a geodatabase). Sibling tools like arcgis_pro_gp_create_feature_class and arcgis_pro_gp_create_table exist, but the description does not distinguish this tool's unique container role from those.

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?

No when-to-use guidance, prerequisites, or alternatives are provided. The agent cannot infer when to select this over sibling creation tools such as arcgis_pro_gp_create_feature_class or arcgis_pro_gp_create_file_gdb.

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