Skip to main content
Glama
652036

ArcGIS Pro MCP

by 652036

Gp Create Table

arcgis_pro_gp_create_table

Creates a new table at a specified path and name in ArcGIS Pro, returning verifiable structured results for GIS workflows.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
out_nameYes
out_pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.0

TDQS

C2.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=false, destructiveHint=false, and non-idempotent, so the safety profile is covered. The description adds that results are 'verifiable structured' and that write/path limits depend on service capabilities, which is modestly useful behavioral context but stops short of explaining overwrite behavior or permission requirements.

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?

Extremely short and front-loaded, with the action stated first. The trailing clause about write/path limits is somewhat vague but does not pad the description wastefully.

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?

For a mutation tool that creates a dataset, the definition omits where the table is created, what happens on naming collisions, and how out_path vs out_name relate. An output schema and annotations exist, but they do not compensate for the missing parameter and location semantics.

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?

Schema description coverage is 0% and there are two required parameters (out_path, out_name), yet the description explains neither. It does not clarify what form the output path takes, what container it targets, or any naming constraints, leaving the agent to guess.

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?

States a specific verb and resource ('创建表' / create table), so the core action is unambiguous. However, it does not distinguish this from close siblings such as arcgis_pro_gp_create_feature_class or arcgis_pro_gp_import_csv_to_table, leaving the agent to infer the boundary.

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 the numerous sibling creation/import tools (create_feature_class, create_file_gdb, excel_to_table, etc.). No prerequisites or conditions are stated at all.

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